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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8729009: Implement an AutoLaunch experiment for Chrome for certain brand codes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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) 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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'browser/autofill/personal_data_manager_mac.mm', 193 'browser/autofill/personal_data_manager_mac.mm',
194 'browser/autofill/personal_data_manager_observer.h', 194 'browser/autofill/personal_data_manager_observer.h',
195 'browser/autofill/phone_field.cc', 195 'browser/autofill/phone_field.cc',
196 'browser/autofill/phone_field.h', 196 'browser/autofill/phone_field.h',
197 'browser/autofill/phone_number.cc', 197 'browser/autofill/phone_number.cc',
198 'browser/autofill/phone_number.h', 198 'browser/autofill/phone_number.h',
199 'browser/autofill/phone_number_i18n.cc', 199 'browser/autofill/phone_number_i18n.cc',
200 'browser/autofill/phone_number_i18n.h', 200 'browser/autofill/phone_number_i18n.h',
201 'browser/autofill/select_control_handler.cc', 201 'browser/autofill/select_control_handler.cc',
202 'browser/autofill/select_control_handler.h', 202 'browser/autofill/select_control_handler.h',
203 'browser/auto_launch_trial.cc',
204 'browser/auto_launch_trial.h',
203 'browser/automation/automation_browser_tracker.cc', 205 'browser/automation/automation_browser_tracker.cc',
204 'browser/automation/automation_browser_tracker.h', 206 'browser/automation/automation_browser_tracker.h',
205 'browser/automation/automation_extension_tracker.cc', 207 'browser/automation/automation_extension_tracker.cc',
206 'browser/automation/automation_extension_tracker.h', 208 'browser/automation/automation_extension_tracker.h',
207 'browser/automation/automation_provider.cc', 209 'browser/automation/automation_provider.cc',
208 'browser/automation/automation_provider.h', 210 'browser/automation/automation_provider.h',
209 'browser/automation/automation_provider_aura.cc', 211 'browser/automation/automation_provider_aura.cc',
210 'browser/automation/automation_provider_gtk.cc', 212 'browser/automation/automation_provider_gtk.cc',
211 'browser/automation/automation_provider_json.cc', 213 'browser/automation/automation_provider_json.cc',
212 'browser/automation/automation_provider_json.h', 214 'browser/automation/automation_provider_json.h',
(...skipping 5034 matching lines...) Expand 10 before | Expand all | Expand 10 after
5247 'type': 'static_library', 5249 'type': 'static_library',
5248 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5250 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5249 'variables': { 5251 'variables': {
5250 'proto_in_dir': 'browser/history', 5252 'proto_in_dir': 'browser/history',
5251 'proto_out_dir': 'chrome/browser/history', 5253 'proto_out_dir': 'chrome/browser/history',
5252 }, 5254 },
5253 'includes': [ '../build/protoc.gypi' ] 5255 'includes': [ '../build/protoc.gypi' ]
5254 }, 5256 },
5255 ], 5257 ],
5256 } 5258 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698