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 988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 999 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1000 '../third_party/re2/re2.gyp:re2', | 1000 '../third_party/re2/re2.gyp:re2', |
1001 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 1001 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
1002 '../ui/accessibility/accessibility.gyp:ax_gen', | 1002 '../ui/accessibility/accessibility.gyp:ax_gen', |
1003 '../ui/base/ui_base.gyp:ui_base', | 1003 '../ui/base/ui_base.gyp:ui_base', |
1004 '../ui/gfx/gfx.gyp:gfx', | 1004 '../ui/gfx/gfx.gyp:gfx', |
1005 '../ui/gfx/gfx.gyp:gfx_geometry', | 1005 '../ui/gfx/gfx.gyp:gfx_geometry', |
1006 '../ui/resources/ui_resources.gyp:ui_resources', | 1006 '../ui/resources/ui_resources.gyp:ui_resources', |
1007 '../ui/strings/ui_strings.gyp:ui_strings', | 1007 '../ui/strings/ui_strings.gyp:ui_strings', |
1008 '../url/url.gyp:url_lib', | 1008 '../url/url.gyp:url_lib', |
1009 '../webkit/storage_browser.gyp:webkit_storage_browser', | 1009 '../webkit/storage_browser.gyp:storage', |
1010 '../webkit/storage_common.gyp:webkit_storage_common', | 1010 '../webkit/storage_common.gyp:storage_common', |
1011 ], | 1011 ], |
1012 'include_dirs': [ | 1012 'include_dirs': [ |
1013 '..', | 1013 '..', |
1014 '<(INTERMEDIATE_DIR)', | 1014 '<(INTERMEDIATE_DIR)', |
1015 ], | 1015 ], |
1016 'export_dependent_settings': [ | 1016 'export_dependent_settings': [ |
1017 'common/extensions/api/api.gyp:chrome_api', | 1017 'common/extensions/api/api.gyp:chrome_api', |
1018 '../content/content.gyp:content_browser', | 1018 '../content/content.gyp:content_browser', |
1019 ], | 1019 ], |
1020 'sources': [ | 1020 'sources': [ |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1166 ], | 1166 ], |
1167 }, { # use_brlapi==0 | 1167 }, { # use_brlapi==0 |
1168 'sources': [ | 1168 'sources': [ |
1169 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1169 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
1170 ], | 1170 ], |
1171 }], | 1171 }], |
1172 ], | 1172 ], |
1173 }, | 1173 }, |
1174 ], | 1174 ], |
1175 } | 1175 } |
OLD | NEW |