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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13839013: Webdata Component tryjobs NOT FOR REVIEW (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After WD/AF merge Created 7 years, 8 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/browser/webdata/web_data_service_factory.cc ('k') | chrome/chrome_tests_unit.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 13 matching lines...) Expand all
24 'feedback_proto', 24 'feedback_proto',
25 'in_memory_url_index_cache_proto', 25 'in_memory_url_index_cache_proto',
26 'safe_browsing_proto', 26 'safe_browsing_proto',
27 'safe_browsing_report_proto', 27 'safe_browsing_report_proto',
28 'variations_seed_proto', 28 'variations_seed_proto',
29 '../build/temp_gyp/googleurl.gyp:googleurl', 29 '../build/temp_gyp/googleurl.gyp:googleurl',
30 '../components/components.gyp:encryptor', 30 '../components/components.gyp:encryptor',
31 '../components/components.gyp:user_prefs', 31 '../components/components.gyp:user_prefs',
32 '../components/components.gyp:visitedlink_browser', 32 '../components/components.gyp:visitedlink_browser',
33 '../components/components.gyp:visitedlink_common', 33 '../components/components.gyp:visitedlink_common',
34 '../components/components.gyp:webdata_common',
34 '../content/content.gyp:content_browser', 35 '../content/content.gyp:content_browser',
35 '../content/content.gyp:content_common', 36 '../content/content.gyp:content_common',
36 '../crypto/crypto.gyp:crypto', 37 '../crypto/crypto.gyp:crypto',
37 '../google_apis/google_apis.gyp:google_apis', 38 '../google_apis/google_apis.gyp:google_apis',
38 '../media/media.gyp:media', 39 '../media/media.gyp:media',
39 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
40 '../sql/sql.gyp:sql', 41 '../sql/sql.gyp:sql',
41 '../sync/sync.gyp:sync', 42 '../sync/sync.gyp:sync',
42 '../third_party/bzip2/bzip2.gyp:bzip2', 43 '../third_party/bzip2/bzip2.gyp:bzip2',
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
(...skipping 2075 matching lines...) Expand 10 before | Expand all | Expand 10 after
2119 'browser/webdata/web_intents_table.h', 2120 'browser/webdata/web_intents_table.h',
2120 # These files are needed by page_cycler.cc 2121 # These files are needed by page_cycler.cc
2121 'test/base/test_switches.cc', 2122 'test/base/test_switches.cc',
2122 'test/base/test_switches.h', 2123 'test/base/test_switches.h',
2123 'test/base/chrome_process_util.cc', 2124 'test/base/chrome_process_util.cc',
2124 'test/base/chrome_process_util.h', 2125 'test/base/chrome_process_util.h',
2125 'test/base/chrome_process_util_mac.cc', 2126 'test/base/chrome_process_util_mac.cc',
2126 'test/perf/perf_test.cc', 2127 'test/perf/perf_test.cc',
2127 'test/perf/perf_test.h', 2128 'test/perf/perf_test.h',
2128 2129
2129 # TODO(joi): Move to //components/components.gypi once
2130 # remaining dependencies back to //chrome are eliminated.
2131 '../components/webdata/autofill/autofill_change.cc',
2132 '../components/webdata/autofill/autofill_change.h',
2133 '../components/webdata/autofill/autofill_entry.cc',
2134 '../components/webdata/autofill/autofill_entry.h',
2135 '../components/webdata/autofill/autofill_table.cc',
2136 '../components/webdata/autofill/autofill_table.h',
2137 '../components/webdata/autofill/autofill_webdata.h',
2138 '../components/webdata/autofill/autofill_webdata_service.cc',
2139 '../components/webdata/autofill/autofill_webdata_service.h',
2140 '../components/webdata/autofill/autofill_webdata_service_observer.h',
2141 '../components/webdata/common/web_database.cc',
2142 '../components/webdata/common/web_database.h',
2143 '../components/webdata/common/web_database_service.cc',
2144 '../components/webdata/common/web_database_service.h',
2145 '../components/webdata/common/web_database_table.cc',
2146 '../components/webdata/common/web_database_table.h',
2147 '../components/webdata/common/web_data_request_manager.cc',
2148 '../components/webdata/common/web_data_request_manager.h',
2149 '../components/webdata/common/web_data_results.h',
2150 '../components/webdata/common/web_data_service_base.cc',
2151 '../components/webdata/common/web_data_service_base.h',
2152 '../components/webdata/common/web_data_service_consumer.h',
2153 '../components/webdata/common/webdata_constants.cc',
2154 '../components/webdata/common/webdata_constants.h',
2155
2156 # These files are generated by GRIT. 2130 # These files are generated by GRIT.
2157 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 2131 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
2158 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc', 2132 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc',
2159 '<(grit_out_dir)/grit/theme_resources_map.cc', 2133 '<(grit_out_dir)/grit/theme_resources_map.cc',
2160 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', 2134 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc',
2161 ], 2135 ],
2162 'conditions': [ 2136 'conditions': [
2163 ['OS != "ios"', { 2137 ['OS != "ios"', {
2164 'dependencies': [ 2138 'dependencies': [
2165 'apps', 2139 'apps',
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
3037 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3011 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3038 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3012 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3039 }, 3013 },
3040 'includes': [ '../build/android/java_cpp_template.gypi' ], 3014 'includes': [ '../build/android/java_cpp_template.gypi' ],
3041 }, 3015 },
3042 ], 3016 ],
3043 }, 3017 },
3044 ], 3018 ],
3045 ], 3019 ],
3046 } 3020 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_data_service_factory.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698