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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 20571004: Helper classes to scope undo action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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
« no previous file with comments | « chrome/browser/undo/undo_manager_utils.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 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 2249 matching lines...) Expand 10 before | Expand all | Expand 10 after
2260 'browser/translate/translate_script.cc', 2260 'browser/translate/translate_script.cc',
2261 'browser/translate/translate_script.h', 2261 'browser/translate/translate_script.h',
2262 'browser/translate/translate_tab_helper.cc', 2262 'browser/translate/translate_tab_helper.cc',
2263 'browser/translate/translate_tab_helper.h', 2263 'browser/translate/translate_tab_helper.h',
2264 'browser/translate/translate_url_fetcher.cc', 2264 'browser/translate/translate_url_fetcher.cc',
2265 'browser/translate/translate_url_fetcher.h', 2265 'browser/translate/translate_url_fetcher.h',
2266 'browser/translate/translate_url_util.cc', 2266 'browser/translate/translate_url_util.cc',
2267 'browser/translate/translate_url_util.h', 2267 'browser/translate/translate_url_util.h',
2268 'browser/undo/undo_manager.cc', 2268 'browser/undo/undo_manager.cc',
2269 'browser/undo/undo_manager.h', 2269 'browser/undo/undo_manager.h',
2270 'browser/undo/undo_manager_utils.cc',
2271 'browser/undo/undo_manager_utils.h',
2270 'browser/undo/undo_operation.h', 2272 'browser/undo/undo_operation.h',
2271 'browser/upgrade_detector.cc', 2273 'browser/upgrade_detector.cc',
2272 'browser/upgrade_detector.h', 2274 'browser/upgrade_detector.h',
2273 'browser/upgrade_detector_impl.cc', 2275 'browser/upgrade_detector_impl.cc',
2274 'browser/upgrade_detector_impl.h', 2276 'browser/upgrade_detector_impl.h',
2275 'browser/upload_list.cc', 2277 'browser/upload_list.cc',
2276 'browser/upload_list.h', 2278 'browser/upload_list.h',
2277 'browser/usb/usb_device_handle.cc', 2279 'browser/usb/usb_device_handle.cc',
2278 'browser/usb/usb_device_handle.h', 2280 'browser/usb/usb_device_handle.h',
2279 'browser/usb/usb_interface.cc', 2281 'browser/usb/usb_interface.cc',
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
3352 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3354 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3353 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3355 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3354 }, 3356 },
3355 'includes': [ '../build/android/java_cpp_template.gypi' ], 3357 'includes': [ '../build/android/java_cpp_template.gypi' ],
3356 }, 3358 },
3357 ], 3359 ],
3358 }, 3360 },
3359 ], 3361 ],
3360 ], 3362 ],
3361 } 3363 }
OLDNEW
« no previous file with comments | « chrome/browser/undo/undo_manager_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698