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

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: rm the build files from webkit/glue/resources 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
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 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'debugger', 976 'debugger',
977 'in_memory_url_index_cache_proto', 977 'in_memory_url_index_cache_proto',
978 'installer_util', 978 'installer_util',
979 'safe_browsing_proto', 979 'safe_browsing_proto',
980 'sync_file_system_proto', 980 'sync_file_system_proto',
981 '../components/components.gyp:copresence', 981 '../components/components.gyp:copresence',
982 '../components/components.gyp:omaha_query_params', 982 '../components/components.gyp:omaha_query_params',
983 '../components/components.gyp:onc_component', 983 '../components/components.gyp:onc_component',
984 '../components/components.gyp:url_matcher', 984 '../components/components.gyp:url_matcher',
985 '../components/components_strings.gyp:components_strings', 985 '../components/components_strings.gyp:components_strings',
986 '../content/app/resources/content_resources.gyp:content_resources',
986 '../content/content.gyp:content_browser', 987 '../content/content.gyp:content_browser',
987 '../content/content.gyp:content_common', 988 '../content/content.gyp:content_common',
988 '../crypto/crypto.gyp:crypto', 989 '../crypto/crypto.gyp:crypto',
989 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 990 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
990 '../device/hid/hid.gyp:device_hid', 991 '../device/hid/hid.gyp:device_hid',
991 '../extensions/common/api/api.gyp:extensions_api', 992 '../extensions/common/api/api.gyp:extensions_api',
992 '../extensions/extensions.gyp:extensions_browser', 993 '../extensions/extensions.gyp:extensions_browser',
993 '../extensions/extensions_strings.gyp:extensions_strings', 994 '../extensions/extensions_strings.gyp:extensions_strings',
994 '../net/net.gyp:net', 995 '../net/net.gyp:net',
995 '../skia/skia.gyp:skia', 996 '../skia/skia.gyp:skia',
996 '../sync/sync.gyp:sync', 997 '../sync/sync.gyp:sync',
997 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 998 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
998 '../third_party/icu/icu.gyp:icui18n', 999 '../third_party/icu/icu.gyp:icui18n',
999 '../third_party/icu/icu.gyp:icuuc', 1000 '../third_party/icu/icu.gyp:icuuc',
1000 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1001 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1001 '../third_party/re2/re2.gyp:re2', 1002 '../third_party/re2/re2.gyp:re2',
1002 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 1003 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
1003 '../ui/accessibility/accessibility.gyp:ax_gen', 1004 '../ui/accessibility/accessibility.gyp:ax_gen',
1004 '../ui/base/ui_base.gyp:ui_base', 1005 '../ui/base/ui_base.gyp:ui_base',
1005 '../ui/gfx/gfx.gyp:gfx', 1006 '../ui/gfx/gfx.gyp:gfx',
1006 '../ui/gfx/gfx.gyp:gfx_geometry', 1007 '../ui/gfx/gfx.gyp:gfx_geometry',
1007 '../ui/resources/ui_resources.gyp:ui_resources', 1008 '../ui/resources/ui_resources.gyp:ui_resources',
1008 '../ui/strings/ui_strings.gyp:ui_strings', 1009 '../ui/strings/ui_strings.gyp:ui_strings',
1009 '../url/url.gyp:url_lib', 1010 '../url/url.gyp:url_lib',
1010 '../webkit/storage_browser.gyp:webkit_storage_browser', 1011 '../webkit/storage_browser.gyp:webkit_storage_browser',
1011 '../webkit/storage_common.gyp:webkit_storage_common', 1012 '../webkit/storage_common.gyp:webkit_storage_common',
1012 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
1013 ], 1013 ],
1014 'include_dirs': [ 1014 'include_dirs': [
1015 '..', 1015 '..',
1016 '<(INTERMEDIATE_DIR)', 1016 '<(INTERMEDIATE_DIR)',
1017 ], 1017 ],
1018 'export_dependent_settings': [ 1018 'export_dependent_settings': [
1019 'common/extensions/api/api.gyp:chrome_api', 1019 'common/extensions/api/api.gyp:chrome_api',
1020 '../content/content.gyp:content_browser', 1020 '../content/content.gyp:content_browser',
1021 ], 1021 ],
1022 'sources': [ 1022 'sources': [
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 ], 1167 ],
1168 }, { # use_brlapi==0 1168 }, { # use_brlapi==0
1169 'sources': [ 1169 'sources': [
1170 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1170 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1171 ], 1171 ],
1172 }], 1172 }],
1173 ], 1173 ],
1174 }, 1174 },
1175 ], 1175 ],
1176 } 1176 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698