| 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 927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 938 '<@(chrome_browser_extensions_enabled_sources)', | 938 '<@(chrome_browser_extensions_enabled_sources)', |
| 939 ], | 939 ], |
| 940 'conditions': [ | 940 'conditions': [ |
| 941 ['chromeos==1', { | 941 ['chromeos==1', { |
| 942 'include_dirs': [ | 942 'include_dirs': [ |
| 943 '../third_party/libjingle/source', | 943 '../third_party/libjingle/source', |
| 944 ], | 944 ], |
| 945 'dependencies': [ | 945 'dependencies': [ |
| 946 '../build/linux/system.gyp:dbus', | 946 '../build/linux/system.gyp:dbus', |
| 947 '../chromeos/ime/input_method.gyp:gencode', | 947 '../chromeos/ime/input_method.gyp:gencode', |
| 948 '../components/components.gyp:chrome_apps', |
| 948 '../remoting/remoting.gyp:remoting_it2me_host_static', | 949 '../remoting/remoting.gyp:remoting_it2me_host_static', |
| 949 '../third_party/libevent/libevent.gyp:libevent', | 950 '../third_party/libevent/libevent.gyp:libevent', |
| 950 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 951 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 951 ], | 952 ], |
| 952 'sources': [ | 953 'sources': [ |
| 953 '<@(chrome_browser_extensions_chromeos_sources)', | 954 '<@(chrome_browser_extensions_chromeos_sources)', |
| 954 ], | 955 ], |
| 955 }, { # chromeos==0 | 956 }, { # chromeos==0 |
| 956 'sources': [ | 957 'sources': [ |
| 957 'browser/extensions/default_apps.cc', | 958 'browser/extensions/default_apps.cc', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1069 ], | 1070 ], |
| 1070 }, { # use_brlapi==0 | 1071 }, { # use_brlapi==0 |
| 1071 'sources': [ | 1072 'sources': [ |
| 1072 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1073 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
| 1073 ], | 1074 ], |
| 1074 }], | 1075 }], |
| 1075 ], | 1076 ], |
| 1076 }, | 1077 }, |
| 1077 ], | 1078 ], |
| 1078 } | 1079 } |
| OLD | NEW |