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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9959051: Move ExternalTabContainer into a directory with an OWNERS file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing wstring. Beating a small red car with a branch. Created 8 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/external_tab_container_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 'browser/download/save_package_file_picker_chromeos.cc', 1036 'browser/download/save_package_file_picker_chromeos.cc',
1037 'browser/download/save_package_file_picker_chromeos.h', 1037 'browser/download/save_package_file_picker_chromeos.h',
1038 'browser/enumerate_modules_model_win.cc', 1038 'browser/enumerate_modules_model_win.cc',
1039 'browser/enumerate_modules_model_win.h', 1039 'browser/enumerate_modules_model_win.h',
1040 'browser/event_disposition.cc', 1040 'browser/event_disposition.cc',
1041 'browser/event_disposition.h', 1041 'browser/event_disposition.h',
1042 'browser/external_protocol/external_protocol_handler.cc', 1042 'browser/external_protocol/external_protocol_handler.cc',
1043 'browser/external_protocol/external_protocol_handler.h', 1043 'browser/external_protocol/external_protocol_handler.h',
1044 'browser/external_protocol/external_protocol_observer.cc', 1044 'browser/external_protocol/external_protocol_observer.cc',
1045 'browser/external_protocol/external_protocol_observer.h', 1045 'browser/external_protocol/external_protocol_observer.h',
1046 'browser/external_tab_container_win.cc', 1046 'browser/external_tab/external_tab_container_win.cc',
1047 'browser/external_tab_container_win.h', 1047 'browser/external_tab/external_tab_container_win.h',
1048 'browser/favicon/favicon_handler.cc', 1048 'browser/favicon/favicon_handler.cc',
1049 'browser/favicon/favicon_handler.h', 1049 'browser/favicon/favicon_handler.h',
1050 'browser/favicon/favicon_handler_delegate.h', 1050 'browser/favicon/favicon_handler_delegate.h',
1051 'browser/favicon/favicon_service.cc', 1051 'browser/favicon/favicon_service.cc',
1052 'browser/favicon/favicon_service.h', 1052 'browser/favicon/favicon_service.h',
1053 'browser/favicon/favicon_tab_helper.cc', 1053 'browser/favicon/favicon_tab_helper.cc',
1054 'browser/favicon/favicon_tab_helper.h', 1054 'browser/favicon/favicon_tab_helper.h',
1055 'browser/file_select_helper.cc', 1055 'browser/file_select_helper.cc',
1056 'browser/file_select_helper.h', 1056 'browser/file_select_helper.h',
1057 'browser/first_run/first_run.cc', 1057 'browser/first_run/first_run.cc',
(...skipping 4198 matching lines...) Expand 10 before | Expand all | Expand 10 after
5256 'variables': { 5256 'variables': {
5257 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5257 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5258 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5258 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5259 }, 5259 },
5260 'includes': ['../build/protoc.gypi'], 5260 'includes': ['../build/protoc.gypi'],
5261 }], 5261 }],
5262 ], 5262 ],
5263 }, 5263 },
5264 ], 5264 ],
5265 } 5265 }
OLDNEW
« no previous file with comments | « chrome/browser/external_tab_container_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698