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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6537015: Start moving core pieces of Chrome multi-process code to src\content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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.gyp ('k') | chrome/chrome_common.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
11 'dependencies': [ 11 'dependencies': [
12 'app/policy/cloud_policy_codegen.gyp:policy', 12 'app/policy/cloud_policy_codegen.gyp:policy',
13 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 13 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
14 'chrome_extra_resources', 14 'chrome_extra_resources',
15 'chrome_resources', 15 'chrome_resources',
16 'chrome_strings', 16 'chrome_strings',
17 'common', 17 'common',
18 'common_net', 18 'common_net',
19 'debugger', 19 'debugger',
20 'installer_util', 20 'installer_util',
21 'platform_locale_settings', 21 'platform_locale_settings',
22 'profile_import', 22 'profile_import',
23 'safe_browsing_csd_proto', 23 'safe_browsing_csd_proto',
24 'safe_browsing_report_proto', 24 'safe_browsing_report_proto',
25 'syncapi', 25 'syncapi',
26 'theme_resources', 26 'theme_resources',
27 'userfeedback_proto', 27 'userfeedback_proto',
28 '../app/app.gyp:app_resources', 28 '../app/app.gyp:app_resources',
29 '../app/app.gyp:app_strings', 29 '../app/app.gyp:app_strings',
30 '../content/content.gyp:content_browser',
30 '../media/media.gyp:media', 31 '../media/media.gyp:media',
31 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 32 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
32 '../printing/printing.gyp:printing', 33 '../printing/printing.gyp:printing',
33 '../skia/skia.gyp:skia', 34 '../skia/skia.gyp:skia',
34 '../third_party/bzip2/bzip2.gyp:bzip2', 35 '../third_party/bzip2/bzip2.gyp:bzip2',
35 '../third_party/expat/expat.gyp:expat', 36 '../third_party/expat/expat.gyp:expat',
36 '../third_party/flac/flac.gyp:libflac', 37 '../third_party/flac/flac.gyp:libflac',
37 '../third_party/hunspell/hunspell.gyp:hunspell', 38 '../third_party/hunspell/hunspell.gyp:hunspell',
38 '../third_party/icu/icu.gyp:icui18n', 39 '../third_party/icu/icu.gyp:icui18n',
39 '../third_party/icu/icu.gyp:icuuc', 40 '../third_party/icu/icu.gyp:icuuc',
(...skipping 2241 matching lines...) Expand 10 before | Expand all | Expand 10 after
2281 'browser/sync/sync_setup_wizard.cc', 2282 'browser/sync/sync_setup_wizard.cc',
2282 'browser/sync/sync_setup_wizard.h', 2283 'browser/sync/sync_setup_wizard.h',
2283 'browser/sync/sync_ui_util.cc', 2284 'browser/sync/sync_ui_util.cc',
2284 'browser/sync/sync_ui_util.h', 2285 'browser/sync/sync_ui_util.h',
2285 'browser/sync/sync_ui_util_mac.h', 2286 'browser/sync/sync_ui_util_mac.h',
2286 'browser/sync/sync_ui_util_mac.mm', 2287 'browser/sync/sync_ui_util_mac.mm',
2287 'browser/sync/token_migrator.cc', 2288 'browser/sync/token_migrator.cc',
2288 'browser/sync/token_migrator.h', 2289 'browser/sync/token_migrator.h',
2289 'browser/tab_closeable_state_watcher.cc', 2290 'browser/tab_closeable_state_watcher.cc',
2290 'browser/tab_closeable_state_watcher.h', 2291 'browser/tab_closeable_state_watcher.h',
2291 'browser/tab_contents/background_contents.cc',
2292 'browser/tab_contents/background_contents.h',
2293 'browser/tab_contents/constrained_window.h',
2294 'browser/tab_contents/infobar_delegate.cc', 2292 'browser/tab_contents/infobar_delegate.cc',
2295 'browser/tab_contents/infobar_delegate.h', 2293 'browser/tab_contents/infobar_delegate.h',
2296 'browser/tab_contents/interstitial_page.cc',
2297 'browser/tab_contents/interstitial_page.h',
2298 'browser/tab_contents/language_state.cc',
2299 'browser/tab_contents/language_state.h',
2300 'browser/tab_contents/navigation_controller.cc',
2301 'browser/tab_contents/navigation_controller.h',
2302 'browser/tab_contents/navigation_entry.cc',
2303 'browser/tab_contents/navigation_entry.h',
2304 'browser/tab_contents/page_navigator.h',
2305 'browser/tab_contents/popup_menu_helper_mac.h', 2294 'browser/tab_contents/popup_menu_helper_mac.h',
2306 'browser/tab_contents/popup_menu_helper_mac.mm', 2295 'browser/tab_contents/popup_menu_helper_mac.mm',
2307 'browser/tab_contents/provisional_load_details.cc',
2308 'browser/tab_contents/provisional_load_details.h',
2309 'browser/tab_contents/render_view_context_menu.cc', 2296 'browser/tab_contents/render_view_context_menu.cc',
2310 'browser/tab_contents/render_view_context_menu.h', 2297 'browser/tab_contents/render_view_context_menu.h',
2311 'browser/tab_contents/render_view_context_menu_gtk.cc', 2298 'browser/tab_contents/render_view_context_menu_gtk.cc',
2312 'browser/tab_contents/render_view_context_menu_gtk.h', 2299 'browser/tab_contents/render_view_context_menu_gtk.h',
2313 'browser/tab_contents/render_view_context_menu_mac.h', 2300 'browser/tab_contents/render_view_context_menu_mac.h',
2314 'browser/tab_contents/render_view_context_menu_mac.mm', 2301 'browser/tab_contents/render_view_context_menu_mac.mm',
2315 'browser/tab_contents/render_view_host_delegate_helper.cc', 2302 'browser/tab_contents/render_view_host_delegate_helper.cc',
2316 'browser/tab_contents/render_view_host_delegate_helper.h', 2303 'browser/tab_contents/render_view_host_delegate_helper.h',
2317 'browser/tab_contents/render_view_host_manager.cc',
2318 'browser/tab_contents/render_view_host_manager.h',
2319 'browser/tab_contents/tab_contents.cc',
2320 'browser/tab_contents/tab_contents.h',
2321 'browser/tab_contents/tab_contents_delegate.cc',
2322 'browser/tab_contents/tab_contents_delegate.h',
2323 'browser/tab_contents/tab_contents_observer.cc',
2324 'browser/tab_contents/tab_contents_observer.h',
2325 'browser/tab_contents/tab_contents_ssl_helper.cc', 2304 'browser/tab_contents/tab_contents_ssl_helper.cc',
2326 'browser/tab_contents/tab_contents_ssl_helper.h', 2305 'browser/tab_contents/tab_contents_ssl_helper.h',
2327 'browser/tab_contents/tab_contents_view.cc',
2328 'browser/tab_contents/tab_contents_view.h',
2329 'browser/tab_contents/tab_contents_view_gtk.cc', 2306 'browser/tab_contents/tab_contents_view_gtk.cc',
2330 'browser/tab_contents/tab_contents_view_gtk.h', 2307 'browser/tab_contents/tab_contents_view_gtk.h',
2331 'browser/tab_contents/tab_contents_view_mac.h', 2308 'browser/tab_contents/tab_contents_view_mac.h',
2332 'browser/tab_contents/tab_contents_view_mac.mm', 2309 'browser/tab_contents/tab_contents_view_mac.mm',
2333 'browser/tab_contents/tab_specific_content_settings.cc', 2310 'browser/tab_contents/tab_specific_content_settings.cc',
2334 'browser/tab_contents/tab_specific_content_settings.h', 2311 'browser/tab_contents/tab_specific_content_settings.h',
2335 'browser/tab_contents/tab_util.cc', 2312 'browser/tab_contents/tab_util.cc',
2336 'browser/tab_contents/tab_util.h', 2313 'browser/tab_contents/tab_util.h',
2337 'browser/tab_contents/thumbnail_generator.cc', 2314 'browser/tab_contents/thumbnail_generator.cc',
2338 'browser/tab_contents/thumbnail_generator.h', 2315 'browser/tab_contents/thumbnail_generator.h',
(...skipping 2282 matching lines...) Expand 10 before | Expand all | Expand 10 after
4621 ], 4598 ],
4622 }, 4599 },
4623 ], 4600 ],
4624 } 4601 }
4625 4602
4626 # Local Variables: 4603 # Local Variables:
4627 # tab-width:2 4604 # tab-width:2
4628 # indent-tabs-mode:nil 4605 # indent-tabs-mode:nil
4629 # End: 4606 # End:
4630 # vim: set expandtab tabstop=2 shiftwidth=2: 4607 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698