OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_extensions', | 8 'target_name': 'browser_extensions', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 ['exclude', 'browser/extensions/extension_input_ime_api.h'], | 480 ['exclude', 'browser/extensions/extension_input_ime_api.h'], |
481 ['exclude', 'browser/extensions/extension_input_method_api.cc'], | 481 ['exclude', 'browser/extensions/extension_input_method_api.cc'], |
482 ['exclude', 'browser/extensions/extension_input_method_api.h'], | 482 ['exclude', 'browser/extensions/extension_input_method_api.h'], |
483 ], | 483 ], |
484 }, { # chromeos==1 | 484 }, { # chromeos==1 |
485 'dependencies': [ | 485 'dependencies': [ |
486 '../build/linux/system.gyp:dbus-glib', | 486 '../build/linux/system.gyp:dbus-glib', |
487 '../third_party/libevent/libevent.gyp:libevent', | 487 '../third_party/libevent/libevent.gyp:libevent', |
488 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp:
mozc_candidates_proto', | 488 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp:
mozc_candidates_proto', |
489 'browser/chromeos/input_method/input_method.gyp:gencode', | 489 'browser/chromeos/input_method/input_method.gyp:gencode', |
490 'power_supply_properties_proto', | |
491 ], | 490 ], |
492 'sources!': [ | 491 'sources!': [ |
493 'browser/extensions/default_apps.cc', | 492 'browser/extensions/default_apps.cc', |
494 'browser/extensions/default_apps.h', | 493 'browser/extensions/default_apps.h', |
495 ], | 494 ], |
496 }], | 495 }], |
497 ['use_virtual_keyboard==0', { | 496 ['use_virtual_keyboard==0', { |
498 'sources/': [ | 497 'sources/': [ |
499 ['exclude', '^browser/extensions/extension_input_ui_api.*'], | 498 ['exclude', '^browser/extensions/extension_input_ui_api.*'], |
500 ], | 499 ], |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 }], | 586 }], |
588 ], | 587 ], |
589 }], | 588 }], |
590 ], | 589 ], |
591 }], | 590 }], |
592 ], | 591 ], |
593 }, | 592 }, |
594 ], | 593 ], |
595 } | 594 } |
596 | 595 |
OLD | NEW |