| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'chrome_browser_extensions_chromeos_sources': [ | 7 'chrome_browser_extensions_chromeos_sources': [ |
| 8 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.cc', | 8 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.cc', |
| 9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.h', | 9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.h', |
| 10 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.cc', | 10 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.cc', |
| (...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 936 '<@(chrome_browser_extensions_enabled_sources)', | 936 '<@(chrome_browser_extensions_enabled_sources)', |
| 937 ], | 937 ], |
| 938 'conditions': [ | 938 'conditions': [ |
| 939 ['chromeos==1', { | 939 ['chromeos==1', { |
| 940 'include_dirs': [ | 940 'include_dirs': [ |
| 941 '../third_party/libjingle/source', | 941 '../third_party/libjingle/source', |
| 942 ], | 942 ], |
| 943 'dependencies': [ | 943 'dependencies': [ |
| 944 '../build/linux/system.gyp:dbus', | 944 '../build/linux/system.gyp:dbus', |
| 945 '../chromeos/ime/input_method.gyp:gencode', | 945 '../chromeos/ime/input_method.gyp:gencode', |
| 946 '../components/components.gyp:chrome_apps', |
| 946 '../remoting/remoting.gyp:remoting_it2me_host_static', | 947 '../remoting/remoting.gyp:remoting_it2me_host_static', |
| 947 '../third_party/libevent/libevent.gyp:libevent', | 948 '../third_party/libevent/libevent.gyp:libevent', |
| 948 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 949 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 949 ], | 950 ], |
| 950 'sources': [ | 951 'sources': [ |
| 951 '<@(chrome_browser_extensions_chromeos_sources)', | 952 '<@(chrome_browser_extensions_chromeos_sources)', |
| 952 ], | 953 ], |
| 953 }, { # chromeos==0 | 954 }, { # chromeos==0 |
| 954 'sources': [ | 955 'sources': [ |
| 955 'browser/extensions/default_apps.cc', | 956 'browser/extensions/default_apps.cc', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1067 ], | 1068 ], |
| 1068 }, { # use_brlapi==0 | 1069 }, { # use_brlapi==0 |
| 1069 'sources': [ | 1070 'sources': [ |
| 1070 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1071 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
| 1071 ], | 1072 ], |
| 1072 }], | 1073 }], |
| 1073 ], | 1074 ], |
| 1074 }, | 1075 }, |
| 1075 ], | 1076 ], |
| 1076 } | 1077 } |
| OLD | NEW |