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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9113079: DevTools: refactor remote debugging server to enable content_shell debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for landing. Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 4166 matching lines...) Expand 10 before | Expand all | Expand 10 after
4177 'browser/webdata/web_data_service_win.cc', 4177 'browser/webdata/web_data_service_win.cc',
4178 'browser/webdata/web_database.cc', 4178 'browser/webdata/web_database.cc',
4179 'browser/webdata/web_database.h', 4179 'browser/webdata/web_database.h',
4180 'browser/webdata/web_database_table.cc', 4180 'browser/webdata/web_database_table.cc',
4181 'browser/webdata/web_database_table.h', 4181 'browser/webdata/web_database_table.h',
4182 'browser/webdata/web_intents_table.cc', 4182 'browser/webdata/web_intents_table.cc',
4183 'browser/webdata/web_intents_table.h', 4183 'browser/webdata/web_intents_table.h',
4184 4184
4185 # These files are generated by GRIT. 4185 # These files are generated by GRIT.
4186 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 4186 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
4187 '<(grit_out_dir)/grit/devtools_frontend_resources_map.cc', 4187 '<(grit_out_dir)/grit/devtools_discovery_page_resources_map.cc',
4188 '<(grit_out_dir)/grit/devtools_resources_map.cc',
4189 '<(grit_out_dir)/grit/shared_resources_map.cc', 4188 '<(grit_out_dir)/grit/shared_resources_map.cc',
4190 '<(grit_out_dir)/grit/theme_resources_map.cc', 4189 '<(grit_out_dir)/grit/theme_resources_map.cc',
4191 '<(grit_out_dir)/grit/theme_resources_standard_map.cc', 4190 '<(grit_out_dir)/grit/theme_resources_standard_map.cc',
4192 4191
4193 # This file is generated by the autofill_regexes action. 4192 # This file is generated by the autofill_regexes action.
4194 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 4193 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
4195 ], 4194 ],
4196 'conditions': [ 4195 'conditions': [
4197 ['disable_nacl==0', { 4196 ['disable_nacl==0', {
4198 'sources': [ 4197 'sources': [
(...skipping 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
5473 'type': 'static_library', 5472 'type': 'static_library',
5474 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5473 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5475 'variables': { 5474 'variables': {
5476 'proto_in_dir': 'browser/history', 5475 'proto_in_dir': 'browser/history',
5477 'proto_out_dir': 'chrome/browser/history', 5476 'proto_out_dir': 'chrome/browser/history',
5478 }, 5477 },
5479 'includes': [ '../build/protoc.gypi' ] 5478 'includes': [ '../build/protoc.gypi' ]
5480 }, 5479 },
5481 ], 5480 ],
5482 } 5481 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698