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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 486573002: Move webkit resources over to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix GN 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 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 'common_net', 974 'common_net',
975 'debugger', 975 'debugger',
976 'in_memory_url_index_cache_proto', 976 'in_memory_url_index_cache_proto',
977 'installer_util', 977 'installer_util',
978 'safe_browsing_proto', 978 'safe_browsing_proto',
979 '../components/components.gyp:copresence', 979 '../components/components.gyp:copresence',
980 '../components/components.gyp:omaha_query_params', 980 '../components/components.gyp:omaha_query_params',
981 '../components/components.gyp:onc_component', 981 '../components/components.gyp:onc_component',
982 '../components/components.gyp:url_matcher', 982 '../components/components.gyp:url_matcher',
983 '../components/components_strings.gyp:components_strings', 983 '../components/components_strings.gyp:components_strings',
984 '../content/app/resources/content_resources.gyp:content_resources',
984 '../content/content.gyp:content_browser', 985 '../content/content.gyp:content_browser',
985 '../content/content.gyp:content_common', 986 '../content/content.gyp:content_common',
986 '../crypto/crypto.gyp:crypto', 987 '../crypto/crypto.gyp:crypto',
987 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 988 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
988 '../device/hid/hid.gyp:device_hid', 989 '../device/hid/hid.gyp:device_hid',
989 '../extensions/common/api/api.gyp:extensions_api', 990 '../extensions/common/api/api.gyp:extensions_api',
990 '../extensions/extensions.gyp:extensions_browser', 991 '../extensions/extensions.gyp:extensions_browser',
991 '../extensions/extensions_strings.gyp:extensions_strings', 992 '../extensions/extensions_strings.gyp:extensions_strings',
992 '../net/net.gyp:net', 993 '../net/net.gyp:net',
993 '../skia/skia.gyp:skia', 994 '../skia/skia.gyp:skia',
994 '../sync/sync.gyp:sync', 995 '../sync/sync.gyp:sync',
995 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 996 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
996 '../third_party/icu/icu.gyp:icui18n', 997 '../third_party/icu/icu.gyp:icui18n',
997 '../third_party/icu/icu.gyp:icuuc', 998 '../third_party/icu/icu.gyp:icuuc',
998 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 999 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
999 '../third_party/re2/re2.gyp:re2', 1000 '../third_party/re2/re2.gyp:re2',
1000 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 1001 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
1001 '../ui/accessibility/accessibility.gyp:ax_gen', 1002 '../ui/accessibility/accessibility.gyp:ax_gen',
1002 '../ui/base/ui_base.gyp:ui_base', 1003 '../ui/base/ui_base.gyp:ui_base',
1003 '../ui/gfx/gfx.gyp:gfx', 1004 '../ui/gfx/gfx.gyp:gfx',
1004 '../ui/gfx/gfx.gyp:gfx_geometry', 1005 '../ui/gfx/gfx.gyp:gfx_geometry',
1005 '../ui/resources/ui_resources.gyp:ui_resources', 1006 '../ui/resources/ui_resources.gyp:ui_resources',
1006 '../ui/strings/ui_strings.gyp:ui_strings', 1007 '../ui/strings/ui_strings.gyp:ui_strings',
1007 '../url/url.gyp:url_lib', 1008 '../url/url.gyp:url_lib',
1008 '../webkit/storage_browser.gyp:webkit_storage_browser', 1009 '../webkit/storage_browser.gyp:webkit_storage_browser',
1009 '../webkit/storage_common.gyp:webkit_storage_common', 1010 '../webkit/storage_common.gyp:webkit_storage_common',
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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
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