| 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/diagnostics/diagnostics_api.cc', | 8 'browser/extensions/api/diagnostics/diagnostics_api.cc', |
| 9 'browser/extensions/api/diagnostics/diagnostics_api.h', | 9 'browser/extensions/api/diagnostics/diagnostics_api.h', |
| 10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', | 10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', |
| (...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 956 '../content/content.gyp:content_common', | 956 '../content/content.gyp:content_common', |
| 957 '../crypto/crypto.gyp:crypto', | 957 '../crypto/crypto.gyp:crypto', |
| 958 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 958 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 959 '../device/hid/hid.gyp:device_hid', | 959 '../device/hid/hid.gyp:device_hid', |
| 960 '../extensions/browser/api/api_registration.gyp:extensions_api_registrat
ion', | 960 '../extensions/browser/api/api_registration.gyp:extensions_api_registrat
ion', |
| 961 '../extensions/common/api/api.gyp:extensions_api', | 961 '../extensions/common/api/api.gyp:extensions_api', |
| 962 '../extensions/extensions.gyp:extensions_browser', | 962 '../extensions/extensions.gyp:extensions_browser', |
| 963 '../extensions/extensions_strings.gyp:extensions_strings', | 963 '../extensions/extensions_strings.gyp:extensions_strings', |
| 964 '../net/net.gyp:net', | 964 '../net/net.gyp:net', |
| 965 '../skia/skia.gyp:skia', | 965 '../skia/skia.gyp:skia', |
| 966 '../storage/storage_common.gyp:storage_common', |
| 966 '../sync/sync.gyp:sync', | 967 '../sync/sync.gyp:sync', |
| 967 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 968 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 968 '../third_party/icu/icu.gyp:icui18n', | 969 '../third_party/icu/icu.gyp:icui18n', |
| 969 '../third_party/icu/icu.gyp:icuuc', | 970 '../third_party/icu/icu.gyp:icuuc', |
| 970 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 971 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 971 '../third_party/re2/re2.gyp:re2', | 972 '../third_party/re2/re2.gyp:re2', |
| 972 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 973 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 973 '../ui/accessibility/accessibility.gyp:ax_gen', | 974 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 974 '../ui/base/ui_base.gyp:ui_base', | 975 '../ui/base/ui_base.gyp:ui_base', |
| 975 '../ui/gfx/gfx.gyp:gfx', | 976 '../ui/gfx/gfx.gyp:gfx', |
| 976 '../ui/gfx/gfx.gyp:gfx_geometry', | 977 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 977 '../ui/resources/ui_resources.gyp:ui_resources', | 978 '../ui/resources/ui_resources.gyp:ui_resources', |
| 978 '../ui/strings/ui_strings.gyp:ui_strings', | 979 '../ui/strings/ui_strings.gyp:ui_strings', |
| 979 '../url/url.gyp:url_lib', | 980 '../url/url.gyp:url_lib', |
| 980 '../webkit/storage_browser.gyp:storage', | 981 '../webkit/storage_browser.gyp:storage', |
| 981 '../webkit/storage_common.gyp:storage_common', | |
| 982 ], | 982 ], |
| 983 'include_dirs': [ | 983 'include_dirs': [ |
| 984 '..', | 984 '..', |
| 985 '<(INTERMEDIATE_DIR)', | 985 '<(INTERMEDIATE_DIR)', |
| 986 ], | 986 ], |
| 987 'export_dependent_settings': [ | 987 'export_dependent_settings': [ |
| 988 'browser/extensions/api/api_registration.gyp:chrome_api_registration', | 988 'browser/extensions/api/api_registration.gyp:chrome_api_registration', |
| 989 'common/extensions/api/api.gyp:chrome_api', | 989 'common/extensions/api/api.gyp:chrome_api', |
| 990 '../content/content.gyp:content_browser', | 990 '../content/content.gyp:content_browser', |
| 991 ], | 991 ], |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1133 ], | 1133 ], |
| 1134 }, { # use_brlapi==0 | 1134 }, { # use_brlapi==0 |
| 1135 'sources': [ | 1135 'sources': [ |
| 1136 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1136 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
| 1137 ], | 1137 ], |
| 1138 }], | 1138 }], |
| 1139 ], | 1139 ], |
| 1140 }, | 1140 }, |
| 1141 ], | 1141 ], |
| 1142 } | 1142 } |
| OLD | NEW |