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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11299192: Ensure that Metro chrome in ASH is able to connect to an existing desktop chrome AURA process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'browser/bookmarks/bookmark_manager_extension_api.cc', 349 'browser/bookmarks/bookmark_manager_extension_api.cc',
350 'browser/bookmarks/bookmark_manager_extension_api.h', 350 'browser/bookmarks/bookmark_manager_extension_api.h',
351 'browser/bookmarks/recently_used_folders_combo_model.cc', 351 'browser/bookmarks/recently_used_folders_combo_model.cc',
352 'browser/bookmarks/recently_used_folders_combo_model.h', 352 'browser/bookmarks/recently_used_folders_combo_model.h',
353 'browser/browser_about_handler.cc', 353 'browser/browser_about_handler.cc',
354 'browser/browser_about_handler.h', 354 'browser/browser_about_handler.h',
355 'browser/browser_process.cc', 355 'browser/browser_process.cc',
356 'browser/browser_process.h', 356 'browser/browser_process.h',
357 'browser/browser_process_impl.cc', 357 'browser/browser_process_impl.cc',
358 'browser/browser_process_impl.h', 358 'browser/browser_process_impl.h',
359 'browser/browser_process_impl_win.cc',
359 'browser/browser_shutdown.cc', 360 'browser/browser_shutdown.cc',
360 'browser/browser_shutdown.h', 361 'browser/browser_shutdown.h',
361 'browser/browser_util_win.cc', 362 'browser/browser_util_win.cc',
362 'browser/browser_util_win.h', 363 'browser/browser_util_win.h',
363 'browser/browsing_data/browsing_data_appcache_helper.cc', 364 'browser/browsing_data/browsing_data_appcache_helper.cc',
364 'browser/browsing_data/browsing_data_appcache_helper.h', 365 'browser/browsing_data/browsing_data_appcache_helper.h',
365 'browser/browsing_data/browsing_data_database_helper.cc', 366 'browser/browsing_data/browsing_data_database_helper.cc',
366 'browser/browsing_data/browsing_data_database_helper.h', 367 'browser/browsing_data/browsing_data_database_helper.h',
367 'browser/browsing_data/browsing_data_file_system_helper.cc', 368 'browser/browsing_data/browsing_data_file_system_helper.cc',
368 'browser/browsing_data/browsing_data_file_system_helper.h', 369 'browser/browsing_data/browsing_data_file_system_helper.h',
(...skipping 2692 matching lines...) Expand 10 before | Expand all | Expand 10 after
3061 'proto_in_dir': '../third_party/cros_system_api/dbus', 3062 'proto_in_dir': '../third_party/cros_system_api/dbus',
3062 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3063 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3063 }, 3064 },
3064 'includes': ['../build/protoc.gypi'], 3065 'includes': ['../build/protoc.gypi'],
3065 }, 3066 },
3066 ], 3067 ],
3067 }, 3068 },
3068 ], 3069 ],
3069 ], 3070 ],
3070 } 3071 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698