OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//ui/ozone/ozone.gni") | 8 import("//ui/ozone/ozone.gni") |
9 | 9 |
10 config("flags") { | 10 config("flags") { |
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 "window/frame_buttons.h", | 370 "window/frame_buttons.h", |
371 "window/native_frame_view.cc", | 371 "window/native_frame_view.cc", |
372 "window/native_frame_view.h", | 372 "window/native_frame_view.h", |
373 "window/non_client_view.cc", | 373 "window/non_client_view.cc", |
374 "window/non_client_view.h", | 374 "window/non_client_view.h", |
375 "window/window_button_order_provider.cc", | 375 "window/window_button_order_provider.cc", |
376 "window/window_button_order_provider.h", | 376 "window/window_button_order_provider.h", |
377 "window/window_resources.h", | 377 "window/window_resources.h", |
378 "window/window_shape.cc", | 378 "window/window_shape.cc", |
379 "window/window_shape.h", | 379 "window/window_shape.h", |
| 380 "word_lookup_client.h", |
380 ] | 381 ] |
381 | 382 |
382 configs += [ | 383 configs += [ |
383 "//build/config:precompiled_headers", | 384 "//build/config:precompiled_headers", |
384 | 385 |
385 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 386 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
386 "//build/config/compiler:no_size_t_to_int_warning", | 387 "//build/config/compiler:no_size_t_to_int_warning", |
387 ] | 388 ] |
388 | 389 |
389 defines = [ "VIEWS_IMPLEMENTATION" ] | 390 defines = [ "VIEWS_IMPLEMENTATION" ] |
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1008 "//ui/base:test_support", | 1009 "//ui/base:test_support", |
1009 "//ui/compositor", | 1010 "//ui/compositor", |
1010 "//ui/events:test_support", | 1011 "//ui/events:test_support", |
1011 "//ui/gl:test_support", | 1012 "//ui/gl:test_support", |
1012 "//ui/resources", | 1013 "//ui/resources", |
1013 "//ui/resources:ui_test_pak", | 1014 "//ui/resources:ui_test_pak", |
1014 "//ui/strings", | 1015 "//ui/strings", |
1015 ] | 1016 ] |
1016 } | 1017 } |
1017 } | 1018 } |
OLD | NEW |