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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13160004: Re-implement form validation message UI with native widgets. (Common and Mac) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adddress review comments, and add a test Created 7 years, 7 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 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 2113 matching lines...) Expand 10 before | Expand all | Expand 10 after
2124 'browser/usb/usb_service_factory.cc', 2124 'browser/usb/usb_service_factory.cc',
2125 'browser/usb/usb_service_factory.h', 2125 'browser/usb/usb_service_factory.h',
2126 'browser/user_data_dir_extractor.cc', 2126 'browser/user_data_dir_extractor.cc',
2127 'browser/user_data_dir_extractor.h', 2127 'browser/user_data_dir_extractor.h',
2128 'browser/user_data_dir_extractor_win.cc', 2128 'browser/user_data_dir_extractor_win.cc',
2129 'browser/user_data_dir_extractor_win.h', 2129 'browser/user_data_dir_extractor_win.h',
2130 'browser/user_style_sheet_watcher.cc', 2130 'browser/user_style_sheet_watcher.cc',
2131 'browser/user_style_sheet_watcher.h', 2131 'browser/user_style_sheet_watcher.h',
2132 'browser/user_style_sheet_watcher_factory.cc', 2132 'browser/user_style_sheet_watcher_factory.cc',
2133 'browser/user_style_sheet_watcher_factory.h', 2133 'browser/user_style_sheet_watcher_factory.h',
2134 'browser/validation_message_message_filter.cc',
2135 'browser/validation_message_message_filter.h',
2134 'browser/value_store/leveldb_value_store.cc', 2136 'browser/value_store/leveldb_value_store.cc',
2135 'browser/value_store/leveldb_value_store.h', 2137 'browser/value_store/leveldb_value_store.h',
2136 'browser/value_store/testing_value_store.cc', 2138 'browser/value_store/testing_value_store.cc',
2137 'browser/value_store/testing_value_store.h', 2139 'browser/value_store/testing_value_store.h',
2138 'browser/value_store/value_store_change.cc', 2140 'browser/value_store/value_store_change.cc',
2139 'browser/value_store/value_store_change.h', 2141 'browser/value_store/value_store_change.h',
2140 'browser/value_store/value_store_frontend.cc', 2142 'browser/value_store/value_store_frontend.cc',
2141 'browser/value_store/value_store_frontend.h', 2143 'browser/value_store/value_store_frontend.h',
2142 'browser/value_store/value_store.cc', 2144 'browser/value_store/value_store.cc',
2143 'browser/value_store/value_store.h', 2145 'browser/value_store/value_store.h',
(...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
3090 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3092 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3091 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3093 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3092 }, 3094 },
3093 'includes': [ '../build/android/java_cpp_template.gypi' ], 3095 'includes': [ '../build/android/java_cpp_template.gypi' ],
3094 }, 3096 },
3095 ], 3097 ],
3096 }, 3098 },
3097 ], 3099 ],
3098 ], 3100 ],
3099 } 3101 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698