OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 'base/win/ime_input.cc', | 218 'base/win/ime_input.cc', |
219 'base/win/ime_input.h', | 219 'base/win/ime_input.h', |
220 'base/win/mouse_wheel_util.cc', | 220 'base/win/mouse_wheel_util.cc', |
221 'base/win/mouse_wheel_util.h', | 221 'base/win/mouse_wheel_util.h', |
222 'base/win/shell.cc', | 222 'base/win/shell.cc', |
223 'base/win/shell.h', | 223 'base/win/shell.h', |
224 'base/win/window_impl.cc', | 224 'base/win/window_impl.cc', |
225 'base/win/window_impl.h', | 225 'base/win/window_impl.h', |
226 'base/x/active_window_watcher_x.cc', | 226 'base/x/active_window_watcher_x.cc', |
227 'base/x/active_window_watcher_x.h', | 227 'base/x/active_window_watcher_x.h', |
| 228 'base/x/root_window_property_watcher_x.cc', |
| 229 'base/x/root_window_property_watcher_x.h', |
| 230 'base/x/work_area_watcher_x.cc', |
| 231 'base/x/work_area_watcher_x.h', |
228 'base/x/events_x.cc', | 232 'base/x/events_x.cc', |
229 'base/x/x11_util.cc', | 233 'base/x/x11_util.cc', |
230 'base/x/x11_util.h', | 234 'base/x/x11_util.h', |
231 'base/x/x11_util_internal.h', | 235 'base/x/x11_util_internal.h', |
232 'gfx/blit.cc', | 236 'gfx/blit.cc', |
233 'gfx/blit.h', | 237 'gfx/blit.h', |
234 'gfx/brush.h', | 238 'gfx/brush.h', |
235 'gfx/canvas.cc', | 239 'gfx/canvas.cc', |
236 'gfx/canvas.h', | 240 'gfx/canvas.h', |
237 'gfx/canvas_skia.h', | 241 'gfx/canvas_skia.h', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 ['exclude', 'gfx/screen_gtk.cc'], | 343 ['exclude', 'gfx/screen_gtk.cc'], |
340 ['exclude', 'gfx/native_theme_chromeos.cc'], | 344 ['exclude', 'gfx/native_theme_chromeos.cc'], |
341 ['exclude', 'gfx/native_theme_chromeos.h'], | 345 ['exclude', 'gfx/native_theme_chromeos.h'], |
342 ['exclude', 'gfx/screen_win.cc'], | 346 ['exclude', 'gfx/screen_win.cc'], |
343 ['exclude', 'base/view_prop.cc'], | 347 ['exclude', 'base/view_prop.cc'], |
344 ['exclude', 'base/view_prop.h'], | 348 ['exclude', 'base/view_prop.h'], |
345 ['exclude', 'base/win/mouse_wheel_util.cc'], | 349 ['exclude', 'base/win/mouse_wheel_util.cc'], |
346 ['exclude', 'base/win/mouse_wheel_util.h'], | 350 ['exclude', 'base/win/mouse_wheel_util.h'], |
347 ['exclude', 'base/x/active_window_watcher_x.cc'], | 351 ['exclude', 'base/x/active_window_watcher_x.cc'], |
348 ['exclude', 'base/x/active_window_watcher_x.h'], | 352 ['exclude', 'base/x/active_window_watcher_x.h'], |
| 353 ['exclude', 'base/x/root_window_property_watcher_x.cc'], |
| 354 ['exclude', 'base/x/root_window_property_watcher_x.h'], |
| 355 ['exclude', 'base/x/work_area_watcher_x.cc'], |
| 356 ['exclude', 'base/x/work_area_watcher_x.h'], |
349 ], | 357 ], |
350 }, { # use_aura!=1 | 358 }, { # use_aura!=1 |
351 'sources!': [ | 359 'sources!': [ |
352 'gfx/native_theme_aura.cc', | 360 'gfx/native_theme_aura.cc', |
353 'gfx/native_theme_aura.h', | 361 'gfx/native_theme_aura.h', |
354 ] | 362 ] |
355 }], | 363 }], |
356 ['use_aura==1 and OS=="win"', { | 364 ['use_aura==1 and OS=="win"', { |
357 'sources/': [ | 365 'sources/': [ |
358 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], | 366 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 '-lX11', | 545 '-lX11', |
538 ], | 546 ], |
539 }, | 547 }, |
540 }, | 548 }, |
541 }, { # use_x11==0 | 549 }, { # use_x11==0 |
542 'sources!': [ | 550 'sources!': [ |
543 'base/keycodes/keyboard_code_conversion_x.cc', | 551 'base/keycodes/keyboard_code_conversion_x.cc', |
544 'base/keycodes/keyboard_code_conversion_x.h', | 552 'base/keycodes/keyboard_code_conversion_x.h', |
545 'base/x/active_window_watcher_x.cc', | 553 'base/x/active_window_watcher_x.cc', |
546 'base/x/active_window_watcher_x.h', | 554 'base/x/active_window_watcher_x.h', |
| 555 'base/x/root_window_property_watcher_x.cc', |
| 556 'base/x/root_window_property_watcher_x.h', |
| 557 'base/x/work_area_watcher_x.cc', |
| 558 'base/x/work_area_watcher_x.h', |
547 'base/x/events_x.cc', | 559 'base/x/events_x.cc', |
548 'base/x/x11_util.cc', | 560 'base/x/x11_util.cc', |
549 'base/x/x11_util.h', | 561 'base/x/x11_util.h', |
550 'base/x/x11_util_internal.h', | 562 'base/x/x11_util_internal.h', |
551 ], | 563 ], |
552 }], | 564 }], |
553 ['chromeos==1', { | 565 ['chromeos==1', { |
554 # On Chrome OS we replace the default GTK look with a special look. | 566 # On Chrome OS we replace the default GTK look with a special look. |
555 'sources!': [ | 567 'sources!': [ |
556 'gfx/native_theme_gtk.cc', | 568 'gfx/native_theme_gtk.cc', |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 654 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
643 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 655 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
644 ] | 656 ] |
645 } | 657 } |
646 ], | 658 ], |
647 }, | 659 }, |
648 ], | 660 ], |
649 }], | 661 }], |
650 ], | 662 ], |
651 } | 663 } |
OLD | NEW |