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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 17303003: InstantExtended: hook up InstantTab in incognito. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile errors. Created 7 years, 6 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/ui/search/instant_tab.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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1342 'browser/ui/sad_tab.h', 1342 'browser/ui/sad_tab.h',
1343 'browser/ui/sad_tab_helper.cc', 1343 'browser/ui/sad_tab_helper.cc',
1344 'browser/ui/sad_tab_helper.h', 1344 'browser/ui/sad_tab_helper.h',
1345 'browser/ui/sad_tab_types.h', 1345 'browser/ui/sad_tab_types.h',
1346 'browser/ui/screen_capture_notification_ui.h', 1346 'browser/ui/screen_capture_notification_ui.h',
1347 'browser/ui/screen_capture_notification_ui_stub.cc', 1347 'browser/ui/screen_capture_notification_ui_stub.cc',
1348 'browser/ui/screen_capture_notification_ui_win.cc', 1348 'browser/ui/screen_capture_notification_ui_win.cc',
1349 'browser/ui/search/instant_commit_type.h', 1349 'browser/ui/search/instant_commit_type.h',
1350 'browser/ui/search/instant_controller.cc', 1350 'browser/ui/search/instant_controller.cc',
1351 'browser/ui/search/instant_controller.h', 1351 'browser/ui/search/instant_controller.h',
1352 'browser/ui/search/instant_ipc_sender.cc',
1353 'browser/ui/search/instant_ipc_sender.h',
1352 'browser/ui/search/instant_loader.cc', 1354 'browser/ui/search/instant_loader.cc',
1353 'browser/ui/search/instant_loader.h', 1355 'browser/ui/search/instant_loader.h',
1354 'browser/ui/search/instant_ntp.cc', 1356 'browser/ui/search/instant_ntp.cc',
1355 'browser/ui/search/instant_ntp.h', 1357 'browser/ui/search/instant_ntp.h',
1356 'browser/ui/search/instant_overlay.cc', 1358 'browser/ui/search/instant_overlay.cc',
1357 'browser/ui/search/instant_overlay.h', 1359 'browser/ui/search/instant_overlay.h',
1358 'browser/ui/search/instant_overlay_controller.cc', 1360 'browser/ui/search/instant_overlay_controller.cc',
1359 'browser/ui/search/instant_overlay_controller.h', 1361 'browser/ui/search/instant_overlay_controller.h',
1360 'browser/ui/search/instant_overlay_model.cc', 1362 'browser/ui/search/instant_overlay_model.cc',
1361 'browser/ui/search/instant_overlay_model.h', 1363 'browser/ui/search/instant_overlay_model.h',
(...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after
3004 ['enable_google_now==0', { 3006 ['enable_google_now==0', {
3005 'sources!': [ 3007 'sources!': [
3006 'browser/ui/webui/options/geolocation_options_handler.cc', 3008 'browser/ui/webui/options/geolocation_options_handler.cc',
3007 'browser/ui/webui/options/geolocation_options_handler.h', 3009 'browser/ui/webui/options/geolocation_options_handler.h',
3008 ], 3010 ],
3009 }], 3011 }],
3010 ], 3012 ],
3011 }, 3013 },
3012 ], 3014 ],
3013 } 3015 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/search/instant_tab.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698