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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9323071: Use InterstitialPage through a delegate interface instead of deriving from it. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix tests Created 8 years, 10 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 (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 2370 matching lines...) Expand 10 before | Expand all | Expand 10 after
2381 'browser/sync/sync_ui_util.h', 2381 'browser/sync/sync_ui_util.h',
2382 'browser/sync/sync_ui_util_mac.h', 2382 'browser/sync/sync_ui_util_mac.h',
2383 'browser/sync/sync_ui_util_mac.mm', 2383 'browser/sync/sync_ui_util_mac.mm',
2384 'browser/sync/user_selectable_sync_type.h', 2384 'browser/sync/user_selectable_sync_type.h',
2385 'browser/tab_closeable_state_watcher.cc', 2385 'browser/tab_closeable_state_watcher.cc',
2386 'browser/tab_closeable_state_watcher.h', 2386 'browser/tab_closeable_state_watcher.h',
2387 'browser/tab_first_render_watcher.cc', 2387 'browser/tab_first_render_watcher.cc',
2388 'browser/tab_first_render_watcher.h', 2388 'browser/tab_first_render_watcher.h',
2389 'browser/tab_contents/background_contents.cc', 2389 'browser/tab_contents/background_contents.cc',
2390 'browser/tab_contents/background_contents.h', 2390 'browser/tab_contents/background_contents.h',
2391 'browser/tab_contents/chrome_interstitial_page.cc',
2392 'browser/tab_contents/chrome_interstitial_page.h',
2393 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.cc', 2391 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.cc',
2394 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.h', 2392 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.h',
2395 'browser/tab_contents/chrome_web_contents_view_mac_delegate.h', 2393 'browser/tab_contents/chrome_web_contents_view_mac_delegate.h',
2396 'browser/tab_contents/chrome_web_contents_view_mac_delegate.mm', 2394 'browser/tab_contents/chrome_web_contents_view_mac_delegate.mm',
2397 'browser/tab_contents/confirm_infobar_delegate.cc', 2395 'browser/tab_contents/confirm_infobar_delegate.cc',
2398 'browser/tab_contents/confirm_infobar_delegate.h', 2396 'browser/tab_contents/confirm_infobar_delegate.h',
2399 'browser/tab_contents/insecure_content_infobar_delegate.cc', 2397 'browser/tab_contents/insecure_content_infobar_delegate.cc',
2400 'browser/tab_contents/insecure_content_infobar_delegate.h', 2398 'browser/tab_contents/insecure_content_infobar_delegate.h',
2401 'browser/tab_contents/language_state.cc', 2399 'browser/tab_contents/language_state.cc',
2402 'browser/tab_contents/language_state.h', 2400 'browser/tab_contents/language_state.h',
(...skipping 3036 matching lines...) Expand 10 before | Expand all | Expand 10 after
5439 'type': 'static_library', 5437 'type': 'static_library',
5440 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5438 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5441 'variables': { 5439 'variables': {
5442 'proto_in_dir': 'browser/history', 5440 'proto_in_dir': 'browser/history',
5443 'proto_out_dir': 'chrome/browser/history', 5441 'proto_out_dir': 'chrome/browser/history',
5444 }, 5442 },
5445 'includes': [ '../build/protoc.gypi' ] 5443 'includes': [ '../build/protoc.gypi' ]
5446 }, 5444 },
5447 ], 5445 ],
5448 } 5446 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698