Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: ui/ui.gyp

Issue 8595003: Have panels respond to changes in work area on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move observers into their own header files. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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/active_window_watcher_x_observer.cc',
229 'base/x/active_window_watcher_x_observer.h',
230 'base/x/root_window_property_watcher_x.cc',
231 'base/x/root_window_property_watcher_x.h',
232 'base/x/work_area_watcher_x.cc',
233 'base/x/work_area_watcher_x.h',
234 'base/x/work_area_watcher_x_observer.cc',
235 'base/x/work_area_watcher_x_observer.h',
228 'base/x/events_x.cc', 236 'base/x/events_x.cc',
229 'base/x/x11_util.cc', 237 'base/x/x11_util.cc',
230 'base/x/x11_util.h', 238 'base/x/x11_util.h',
231 'base/x/x11_util_internal.h', 239 'base/x/x11_util_internal.h',
232 'gfx/blit.cc', 240 'gfx/blit.cc',
233 'gfx/blit.h', 241 'gfx/blit.h',
234 'gfx/brush.h', 242 'gfx/brush.h',
235 'gfx/canvas.cc', 243 'gfx/canvas.cc',
236 'gfx/canvas.h', 244 'gfx/canvas.h',
237 'gfx/canvas_skia.h', 245 'gfx/canvas_skia.h',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 ['exclude', 'gfx/screen_gtk.cc'], 347 ['exclude', 'gfx/screen_gtk.cc'],
340 ['exclude', 'gfx/native_theme_chromeos.cc'], 348 ['exclude', 'gfx/native_theme_chromeos.cc'],
341 ['exclude', 'gfx/native_theme_chromeos.h'], 349 ['exclude', 'gfx/native_theme_chromeos.h'],
342 ['exclude', 'gfx/screen_win.cc'], 350 ['exclude', 'gfx/screen_win.cc'],
343 ['exclude', 'base/view_prop.cc'], 351 ['exclude', 'base/view_prop.cc'],
344 ['exclude', 'base/view_prop.h'], 352 ['exclude', 'base/view_prop.h'],
345 ['exclude', 'base/win/mouse_wheel_util.cc'], 353 ['exclude', 'base/win/mouse_wheel_util.cc'],
346 ['exclude', 'base/win/mouse_wheel_util.h'], 354 ['exclude', 'base/win/mouse_wheel_util.h'],
347 ['exclude', 'base/x/active_window_watcher_x.cc'], 355 ['exclude', 'base/x/active_window_watcher_x.cc'],
348 ['exclude', 'base/x/active_window_watcher_x.h'], 356 ['exclude', 'base/x/active_window_watcher_x.h'],
357 ['exclude', 'base/x/active_window_watcher_x_observer.cc'],
358 ['exclude', 'base/x/active_window_watcher_x_observer.h'],
359 ['exclude', 'base/x/root_window_property_watcher_x.cc'],
360 ['exclude', 'base/x/root_window_property_watcher_x.h'],
361 ['exclude', 'base/x/work_area_watcher_x.cc'],
362 ['exclude', 'base/x/work_area_watcher_x.h'],
363 ['exclude', 'base/x/work_area_watcher_x_observer.cc'],
364 ['exclude', 'base/x/work_area_watcher_x_observer.h'],
349 ], 365 ],
350 }, { # use_aura!=1 366 }, { # use_aura!=1
351 'sources!': [ 367 'sources!': [
352 'gfx/native_theme_aura.cc', 368 'gfx/native_theme_aura.cc',
353 'gfx/native_theme_aura.h', 369 'gfx/native_theme_aura.h',
354 ] 370 ]
355 }], 371 }],
356 ['use_aura==1 and OS=="win"', { 372 ['use_aura==1 and OS=="win"', {
357 'sources/': [ 373 'sources/': [
358 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], 374 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'],
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'link_settings': { 551 'link_settings': {
536 'libraries': [ 552 'libraries': [
537 '-lX11', 553 '-lX11',
538 ], 554 ],
539 }, 555 },
540 }, 556 },
541 }, { # use_x11==0 557 }, { # use_x11==0
542 'sources!': [ 558 'sources!': [
543 'base/keycodes/keyboard_code_conversion_x.cc', 559 'base/keycodes/keyboard_code_conversion_x.cc',
544 'base/keycodes/keyboard_code_conversion_x.h', 560 'base/keycodes/keyboard_code_conversion_x.h',
545 'base/x/active_window_watcher_x.cc', 561 'base/x/active_window_watcher_x.cc',
sky 2011/11/21 23:50:32 Can we exclude the whole directory?
prasadt 2011/11/22 00:46:34 Done.
546 'base/x/active_window_watcher_x.h', 562 'base/x/active_window_watcher_x.h',
563 'base/x/active_window_watcher_x_observer.cc',
564 'base/x/active_window_watcher_x_observer.h',
565 'base/x/root_window_property_watcher_x.cc',
566 'base/x/root_window_property_watcher_x.h',
567 'base/x/work_area_watcher_x.cc',
568 'base/x/work_area_watcher_x.h',
569 'base/x/work_area_watcher_x_observer.cc',
570 'base/x/work_area_watcher_x_observer.h',
547 'base/x/events_x.cc', 571 'base/x/events_x.cc',
548 'base/x/x11_util.cc', 572 'base/x/x11_util.cc',
549 'base/x/x11_util.h', 573 'base/x/x11_util.h',
550 'base/x/x11_util_internal.h', 574 'base/x/x11_util_internal.h',
551 ], 575 ],
552 }], 576 }],
553 ['chromeos==1', { 577 ['chromeos==1', {
554 # On Chrome OS we replace the default GTK look with a special look. 578 # On Chrome OS we replace the default GTK look with a special look.
555 'sources!': [ 579 'sources!': [
556 'gfx/native_theme_gtk.cc', 580 'gfx/native_theme_gtk.cc',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 666 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
643 'os.chmod(\'<(ui_copy_dest)\', 0700)' 667 'os.chmod(\'<(ui_copy_dest)\', 0700)'
644 ] 668 ]
645 } 669 }
646 ], 670 ],
647 }, 671 },
648 ], 672 ],
649 }], 673 }],
650 ], 674 ],
651 } 675 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698