| 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 962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 973 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 973 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 974 '../third_party/re2/re2.gyp:re2', | 974 '../third_party/re2/re2.gyp:re2', |
| 975 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 975 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 976 '../ui/accessibility/accessibility.gyp:ax_gen', | 976 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 977 '../ui/base/ui_base.gyp:ui_base', | 977 '../ui/base/ui_base.gyp:ui_base', |
| 978 '../ui/gfx/gfx.gyp:gfx', | 978 '../ui/gfx/gfx.gyp:gfx', |
| 979 '../ui/gfx/gfx.gyp:gfx_geometry', | 979 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 980 '../ui/resources/ui_resources.gyp:ui_resources', | 980 '../ui/resources/ui_resources.gyp:ui_resources', |
| 981 '../ui/strings/ui_strings.gyp:ui_strings', | 981 '../ui/strings/ui_strings.gyp:ui_strings', |
| 982 '../url/url.gyp:url_lib', | 982 '../url/url.gyp:url_lib', |
| 983 '../webkit/storage_browser.gyp:storage', | 983 '../storage/storage_browser.gyp:storage', |
| 984 ], | 984 ], |
| 985 'include_dirs': [ | 985 'include_dirs': [ |
| 986 '..', | 986 '..', |
| 987 '<(INTERMEDIATE_DIR)', | 987 '<(INTERMEDIATE_DIR)', |
| 988 ], | 988 ], |
| 989 'export_dependent_settings': [ | 989 'export_dependent_settings': [ |
| 990 'browser/extensions/api/api_registration.gyp:chrome_api_registration', | 990 'browser/extensions/api/api_registration.gyp:chrome_api_registration', |
| 991 'common/extensions/api/api.gyp:chrome_api', | 991 'common/extensions/api/api.gyp:chrome_api', |
| 992 '../content/content.gyp:content_browser', | 992 '../content/content.gyp:content_browser', |
| 993 ], | 993 ], |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1135 ], | 1135 ], |
| 1136 }, { # use_brlapi==0 | 1136 }, { # use_brlapi==0 |
| 1137 'sources': [ | 1137 'sources': [ |
| 1138 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1138 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
| 1139 ], | 1139 ], |
| 1140 }], | 1140 }], |
| 1141 ], | 1141 ], |
| 1142 }, | 1142 }, |
| 1143 ], | 1143 ], |
| 1144 } | 1144 } |
| OLD | NEW |