OLD | NEW |
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 2255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2295 'browser/sync/sync_setup_wizard.cc', | 2296 'browser/sync/sync_setup_wizard.cc', |
2296 'browser/sync/sync_setup_wizard.h', | 2297 'browser/sync/sync_setup_wizard.h', |
2297 'browser/sync/sync_ui_util.cc', | 2298 'browser/sync/sync_ui_util.cc', |
2298 'browser/sync/sync_ui_util.h', | 2299 'browser/sync/sync_ui_util.h', |
2299 'browser/sync/sync_ui_util_mac.h', | 2300 'browser/sync/sync_ui_util_mac.h', |
2300 'browser/sync/sync_ui_util_mac.mm', | 2301 'browser/sync/sync_ui_util_mac.mm', |
2301 'browser/sync/token_migrator.cc', | 2302 'browser/sync/token_migrator.cc', |
2302 'browser/sync/token_migrator.h', | 2303 'browser/sync/token_migrator.h', |
2303 'browser/tab_closeable_state_watcher.cc', | 2304 'browser/tab_closeable_state_watcher.cc', |
2304 'browser/tab_closeable_state_watcher.h', | 2305 'browser/tab_closeable_state_watcher.h', |
2305 'browser/tab_contents/background_contents.cc', | |
2306 'browser/tab_contents/background_contents.h', | |
2307 'browser/tab_contents/constrained_window.h', | |
2308 'browser/tab_contents/infobar_delegate.cc', | |
2309 'browser/tab_contents/infobar_delegate.h', | |
2310 'browser/tab_contents/interstitial_page.cc', | |
2311 'browser/tab_contents/interstitial_page.h', | |
2312 'browser/tab_contents/language_state.cc', | |
2313 'browser/tab_contents/language_state.h', | |
2314 'browser/tab_contents/navigation_controller.cc', | |
2315 'browser/tab_contents/navigation_controller.h', | |
2316 'browser/tab_contents/navigation_entry.cc', | |
2317 'browser/tab_contents/navigation_entry.h', | |
2318 'browser/tab_contents/page_navigator.h', | |
2319 'browser/tab_contents/popup_menu_helper_mac.h', | 2306 'browser/tab_contents/popup_menu_helper_mac.h', |
2320 'browser/tab_contents/popup_menu_helper_mac.mm', | 2307 'browser/tab_contents/popup_menu_helper_mac.mm', |
2321 'browser/tab_contents/provisional_load_details.cc', | |
2322 'browser/tab_contents/provisional_load_details.h', | |
2323 'browser/tab_contents/render_view_context_menu.cc', | 2308 'browser/tab_contents/render_view_context_menu.cc', |
2324 'browser/tab_contents/render_view_context_menu.h', | 2309 'browser/tab_contents/render_view_context_menu.h', |
2325 'browser/tab_contents/render_view_context_menu_gtk.cc', | 2310 'browser/tab_contents/render_view_context_menu_gtk.cc', |
2326 'browser/tab_contents/render_view_context_menu_gtk.h', | 2311 'browser/tab_contents/render_view_context_menu_gtk.h', |
2327 'browser/tab_contents/render_view_context_menu_mac.h', | 2312 'browser/tab_contents/render_view_context_menu_mac.h', |
2328 'browser/tab_contents/render_view_context_menu_mac.mm', | 2313 'browser/tab_contents/render_view_context_menu_mac.mm', |
2329 'browser/tab_contents/render_view_host_delegate_helper.cc', | 2314 'browser/tab_contents/render_view_host_delegate_helper.cc', |
2330 'browser/tab_contents/render_view_host_delegate_helper.h', | 2315 'browser/tab_contents/render_view_host_delegate_helper.h', |
2331 'browser/tab_contents/render_view_host_manager.cc', | |
2332 'browser/tab_contents/render_view_host_manager.h', | |
2333 'browser/tab_contents/tab_contents.cc', | |
2334 'browser/tab_contents/tab_contents.h', | |
2335 'browser/tab_contents/tab_contents_delegate.cc', | |
2336 'browser/tab_contents/tab_contents_delegate.h', | |
2337 'browser/tab_contents/tab_contents_observer.cc', | |
2338 'browser/tab_contents/tab_contents_observer.h', | |
2339 'browser/tab_contents/tab_contents_ssl_helper.cc', | 2316 'browser/tab_contents/tab_contents_ssl_helper.cc', |
2340 'browser/tab_contents/tab_contents_ssl_helper.h', | 2317 'browser/tab_contents/tab_contents_ssl_helper.h', |
2341 'browser/tab_contents/tab_contents_view.cc', | |
2342 'browser/tab_contents/tab_contents_view.h', | |
2343 'browser/tab_contents/tab_contents_view_gtk.cc', | 2318 'browser/tab_contents/tab_contents_view_gtk.cc', |
2344 'browser/tab_contents/tab_contents_view_gtk.h', | 2319 'browser/tab_contents/tab_contents_view_gtk.h', |
2345 'browser/tab_contents/tab_contents_view_mac.h', | 2320 'browser/tab_contents/tab_contents_view_mac.h', |
2346 'browser/tab_contents/tab_contents_view_mac.mm', | 2321 'browser/tab_contents/tab_contents_view_mac.mm', |
2347 'browser/tab_contents/tab_specific_content_settings.cc', | 2322 'browser/tab_contents/tab_specific_content_settings.cc', |
2348 'browser/tab_contents/tab_specific_content_settings.h', | 2323 'browser/tab_contents/tab_specific_content_settings.h', |
2349 'browser/tab_contents/tab_util.cc', | 2324 'browser/tab_contents/tab_util.cc', |
2350 'browser/tab_contents/tab_util.h', | 2325 'browser/tab_contents/tab_util.h', |
2351 'browser/tab_contents/thumbnail_generator.cc', | 2326 'browser/tab_contents/thumbnail_generator.cc', |
2352 'browser/tab_contents/thumbnail_generator.h', | 2327 'browser/tab_contents/thumbnail_generator.h', |
(...skipping 2266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4619 ], | 4594 ], |
4620 }, | 4595 }, |
4621 ], | 4596 ], |
4622 } | 4597 } |
4623 | 4598 |
4624 # Local Variables: | 4599 # Local Variables: |
4625 # tab-width:2 | 4600 # tab-width:2 |
4626 # indent-tabs-mode:nil | 4601 # indent-tabs-mode:nil |
4627 # End: | 4602 # End: |
4628 # vim: set expandtab tabstop=2 shiftwidth=2: | 4603 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |