| 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 ['exclude', 'browser/extensions/extension_input_method_api.cc'], | 473 ['exclude', 'browser/extensions/extension_input_method_api.cc'], |
| 474 ['exclude', 'browser/extensions/extension_input_method_api.h'], | 474 ['exclude', 'browser/extensions/extension_input_method_api.h'], |
| 475 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], | 475 ['exclude', 'browser/extensions/extension_tts_api_chromeos.cc'], |
| 476 ], | 476 ], |
| 477 }, { # chromeos==1 | 477 }, { # chromeos==1 |
| 478 'dependencies': [ | 478 'dependencies': [ |
| 479 '../build/linux/system.gyp:dbus-glib', | 479 '../build/linux/system.gyp:dbus-glib', |
| 480 '../third_party/libevent/libevent.gyp:libevent', | 480 '../third_party/libevent/libevent.gyp:libevent', |
| 481 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp:
mozc_candidates_proto', | 481 '../third_party/mozc/chrome/chromeos/renderer/chromeos_renderer.gyp:
mozc_candidates_proto', |
| 482 'browser/chromeos/input_method/input_method.gyp:gencode', | 482 'browser/chromeos/input_method/input_method.gyp:gencode', |
| 483 'power_supply_properties_proto', | 483 '../chromeos/chromeos.gyp:power_supply_properties_proto', |
| 484 ], | 484 ], |
| 485 'sources!': [ | 485 'sources!': [ |
| 486 'browser/extensions/default_apps.cc', | 486 'browser/extensions/default_apps.cc', |
| 487 'browser/extensions/default_apps.h', | 487 'browser/extensions/default_apps.h', |
| 488 ], | 488 ], |
| 489 }], | 489 }], |
| 490 ['use_virtual_keyboard==0', { | 490 ['use_virtual_keyboard==0', { |
| 491 'sources/': [ | 491 'sources/': [ |
| 492 ['exclude', '^browser/extensions/extension_input_ui_api.*'], | 492 ['exclude', '^browser/extensions/extension_input_ui_api.*'], |
| 493 ], | 493 ], |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 }], | 585 }], |
| 586 ], | 586 ], |
| 587 }], | 587 }], |
| 588 ], | 588 ], |
| 589 }], | 589 }], |
| 590 ], | 590 ], |
| 591 }, | 591 }, |
| 592 ], | 592 ], |
| 593 } | 593 } |
| 594 | 594 |
| OLD | NEW |