Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 468733002: Move webkit_resources.gyp closer to its .grd file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 989 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 1000 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
1001 '../ui/accessibility/accessibility.gyp:ax_gen', 1001 '../ui/accessibility/accessibility.gyp:ax_gen',
1002 '../ui/base/ui_base.gyp:ui_base', 1002 '../ui/base/ui_base.gyp:ui_base',
1003 '../ui/gfx/gfx.gyp:gfx', 1003 '../ui/gfx/gfx.gyp:gfx',
1004 '../ui/gfx/gfx.gyp:gfx_geometry', 1004 '../ui/gfx/gfx.gyp:gfx_geometry',
1005 '../ui/resources/ui_resources.gyp:ui_resources', 1005 '../ui/resources/ui_resources.gyp:ui_resources',
1006 '../ui/strings/ui_strings.gyp:ui_strings', 1006 '../ui/strings/ui_strings.gyp:ui_strings',
1007 '../url/url.gyp:url_lib', 1007 '../url/url.gyp:url_lib',
1008 '../webkit/storage_browser.gyp:webkit_storage_browser', 1008 '../webkit/storage_browser.gyp:webkit_storage_browser',
1009 '../webkit/storage_common.gyp:webkit_storage_common', 1009 '../webkit/storage_common.gyp:webkit_storage_common',
1010 '../webkit/webkit_resources.gyp:webkit_resources', 1010 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 ], 1165 ],
1166 }, { # use_brlapi==0 1166 }, { # use_brlapi==0
1167 'sources': [ 1167 'sources': [
1168 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1168 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1169 ], 1169 ],
1170 }], 1170 }],
1171 ], 1171 ],
1172 }, 1172 },
1173 ], 1173 ],
1174 } 1174 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698