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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
318 ['exclude', 'gfx/gtk_util.cc'], | 318 ['exclude', 'gfx/gtk_util.cc'], |
319 ['exclude', 'gfx/gtk_util.h'], | 319 ['exclude', 'gfx/gtk_util.h'], |
320 ['exclude', 'gfx/screen_gtk.cc'], | 320 ['exclude', 'gfx/screen_gtk.cc'], |
321 ['exclude', 'gfx/native_theme_chromeos.cc'], | 321 ['exclude', 'gfx/native_theme_chromeos.cc'], |
322 ['exclude', 'gfx/native_theme_chromeos.h'], | 322 ['exclude', 'gfx/native_theme_chromeos.h'], |
323 ['exclude', 'gfx/screen_win.cc'], | 323 ['exclude', 'gfx/screen_win.cc'], |
324 ['exclude', 'base/win/mouse_wheel_util.cc'], | 324 ['exclude', 'base/win/mouse_wheel_util.cc'], |
325 ['exclude', 'base/win/mouse_wheel_util.h'], | 325 ['exclude', 'base/win/mouse_wheel_util.h'], |
326 ['exclude', 'base/x/active_window_watcher_x.cc'], | 326 ['exclude', 'base/x/active_window_watcher_x.cc'], |
327 ['exclude', 'base/x/active_window_watcher_x.h'], | 327 ['exclude', 'base/x/active_window_watcher_x.h'], |
328 ['exclude', 'base/view_prop.cc'], | |
sky
2011/11/01 14:54:40
sort
oshima
2011/11/01 15:36:56
Done.
| |
329 ['exclude', 'base/view_prop.h'], | |
328 ], | 330 ], |
329 }, { # use_aura!=1 | 331 }, { # use_aura!=1 |
330 'sources!': [ | 332 'sources!': [ |
331 'gfx/native_theme_aura.cc', | 333 'gfx/native_theme_aura.cc', |
332 'gfx/native_theme_aura.h', | 334 'gfx/native_theme_aura.h', |
333 ] | 335 ] |
334 }], | 336 }], |
335 ['use_aura==1 and OS=="win"', { | 337 ['use_aura==1 and OS=="win"', { |
336 'sources/': [ | 338 'sources/': [ |
337 ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'], | 339 ['exclude', 'base/dragdrop/os_exchange_data_provider_aura.cc'], |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
399 ['use_wayland == 1', { | 401 ['use_wayland == 1', { |
400 'sources/': [ | 402 'sources/': [ |
401 ['exclude', '_(gtk|x)\\.cc$'], | 403 ['exclude', '_(gtk|x)\\.cc$'], |
402 ['exclude', '/(gtk|x11)_[^/]*\\.cc$'], | 404 ['exclude', '/(gtk|x11)_[^/]*\\.cc$'], |
403 ['include', 'base/dragdrop/gtk_dnd_util.cc'], | 405 ['include', 'base/dragdrop/gtk_dnd_util.cc'], |
404 ['include', 'base/dragdrop/gtk_dnd_util.h'], | 406 ['include', 'base/dragdrop/gtk_dnd_util.h'], |
405 ['include', 'base/dragdrop/os_exchange_data_provider_gtk.cc'], | 407 ['include', 'base/dragdrop/os_exchange_data_provider_gtk.cc'], |
406 ['include', 'base/dragdrop/os_exchange_data_provider_gtk.h'], | 408 ['include', 'base/dragdrop/os_exchange_data_provider_gtk.h'], |
407 ['include', 'base/keycodes/keyboard_code_conversion_x.cc'], | 409 ['include', 'base/keycodes/keyboard_code_conversion_x.cc'], |
408 ['include', 'base/keycodes/keyboard_code_conversion_x.h'], | 410 ['include', 'base/keycodes/keyboard_code_conversion_x.h'], |
409 ['include', 'base/view_prop.cc'], | |
410 ['include', 'base/view_prop.h'], | |
411 ['include', 'gfx/gtk_util.cc'], | 411 ['include', 'gfx/gtk_util.cc'], |
412 ['include', 'gfx/gtk_util.h'], | 412 ['include', 'gfx/gtk_util.h'], |
413 ['include', 'gfx/path_gtk.cc'], | 413 ['include', 'gfx/path_gtk.cc'], |
414 ['include', 'gfx/platform_font_pango.cc'], | 414 ['include', 'gfx/platform_font_pango.cc'], |
415 ['include', 'gfx/platform_font_pango.h'], | 415 ['include', 'gfx/platform_font_pango.h'], |
416 ['include', 'gfx/linux_util.cc'], | 416 ['include', 'gfx/linux_util.cc'], |
417 ['include', 'gfx/linux_util.h'], | 417 ['include', 'gfx/linux_util.h'], |
418 ], | 418 ], |
419 }], | 419 }], |
420 ['OS=="win"', { | 420 ['OS=="win"', { |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
462 ], | 462 ], |
463 }, | 463 }, |
464 },{ # OS!="win" | 464 },{ # OS!="win" |
465 'sources!': [ | 465 'sources!': [ |
466 'base/dragdrop/drag_source.cc', | 466 'base/dragdrop/drag_source.cc', |
467 'base/dragdrop/drag_source.h', | 467 'base/dragdrop/drag_source.h', |
468 'base/dragdrop/drag_drop_types.h', | 468 'base/dragdrop/drag_drop_types.h', |
469 'base/dragdrop/drop_target.cc', | 469 'base/dragdrop/drop_target.cc', |
470 'base/dragdrop/drop_target.h', | 470 'base/dragdrop/drop_target.h', |
471 'base/dragdrop/os_exchange_data.cc', | 471 'base/dragdrop/os_exchange_data.cc', |
472 'base/view_prop.cc', | |
473 'base/view_prop.h', | |
472 'gfx/native_theme_win.cc', | 474 'gfx/native_theme_win.cc', |
473 'gfx/native_theme_win.h', | 475 'gfx/native_theme_win.h', |
474 ], | 476 ], |
475 'sources/': [ | 477 'sources/': [ |
476 ['exclude', '^base/win/*'], | 478 ['exclude', '^base/win/*'], |
477 ], | 479 ], |
478 }], | 480 }], |
479 ['OS=="mac"', { | 481 ['OS=="mac"', { |
480 'sources!': [ | 482 'sources!': [ |
481 'base/touch/touch_factory.cc', | 483 'base/touch/touch_factory.cc', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
522 'gfx/native_theme_gtk.h', | 524 'gfx/native_theme_gtk.h', |
523 ] | 525 ] |
524 }, { # chromeos != 1 | 526 }, { # chromeos != 1 |
525 'sources!': [ | 527 'sources!': [ |
526 'gfx/native_theme_chromeos.cc', | 528 'gfx/native_theme_chromeos.cc', |
527 'gfx/native_theme_chromeos.h', | 529 'gfx/native_theme_chromeos.h', |
528 ] | 530 ] |
529 }], | 531 }], |
530 ['toolkit_views==0', { | 532 ['toolkit_views==0', { |
531 'sources!': [ | 533 'sources!': [ |
532 'base/view_prop.cc', | |
533 'base/view_prop.h', | |
534 'gfx/render_text.cc', | 534 'gfx/render_text.cc', |
535 'gfx/render_text.h', | 535 'gfx/render_text.h', |
536 'gfx/render_text_linux.cc', | 536 'gfx/render_text_linux.cc', |
537 'gfx/render_text_linux.h', | 537 'gfx/render_text_linux.h', |
538 'gfx/render_text_win.cc', | 538 'gfx/render_text_win.cc', |
539 'gfx/render_text_win.h', | 539 'gfx/render_text_win.h', |
540 ], | 540 ], |
541 }], | 541 }], |
542 ['OS=="android"', { | 542 ['OS=="android"', { |
543 'sources!': [ | 543 'sources!': [ |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
609 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ | 609 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ |
610 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 610 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
611 ] | 611 ] |
612 } | 612 } |
613 ], | 613 ], |
614 }, | 614 }, |
615 ], | 615 ], |
616 }], | 616 }], |
617 ], | 617 ], |
618 } | 618 } |
OLD | NEW |