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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9068001: Merge 114806 - Include the information whether the tab is already in a tab strip with the retarge... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/963/src/
Patch Set: Created 8 years, 11 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 2331 matching lines...) Expand 10 before | Expand all | Expand 10 after
2342 'browser/tab_contents/render_view_context_menu.cc', 2342 'browser/tab_contents/render_view_context_menu.cc',
2343 'browser/tab_contents/render_view_context_menu.h', 2343 'browser/tab_contents/render_view_context_menu.h',
2344 'browser/tab_contents/render_view_context_menu_gtk.cc', 2344 'browser/tab_contents/render_view_context_menu_gtk.cc',
2345 'browser/tab_contents/render_view_context_menu_gtk.h', 2345 'browser/tab_contents/render_view_context_menu_gtk.h',
2346 'browser/tab_contents/render_view_context_menu_mac.h', 2346 'browser/tab_contents/render_view_context_menu_mac.h',
2347 'browser/tab_contents/render_view_context_menu_mac.mm', 2347 'browser/tab_contents/render_view_context_menu_mac.mm',
2348 'browser/tab_contents/render_view_context_menu_observer.cc', 2348 'browser/tab_contents/render_view_context_menu_observer.cc',
2349 'browser/tab_contents/render_view_context_menu_observer.h', 2349 'browser/tab_contents/render_view_context_menu_observer.h',
2350 'browser/tab_contents/render_view_host_delegate_helper.cc', 2350 'browser/tab_contents/render_view_host_delegate_helper.cc',
2351 'browser/tab_contents/render_view_host_delegate_helper.h', 2351 'browser/tab_contents/render_view_host_delegate_helper.h',
2352 'browser/tab_contents/retargeting_details.h',
2352 'browser/tab_contents/tab_contents_ssl_helper.cc', 2353 'browser/tab_contents/tab_contents_ssl_helper.cc',
2353 'browser/tab_contents/tab_contents_ssl_helper.h', 2354 'browser/tab_contents/tab_contents_ssl_helper.h',
2354 'browser/tab_contents/tab_contents_view_gtk.cc', 2355 'browser/tab_contents/tab_contents_view_gtk.cc',
2355 'browser/tab_contents/tab_contents_view_gtk.h', 2356 'browser/tab_contents/tab_contents_view_gtk.h',
2356 'browser/tab_contents/tab_contents_view_mac.h', 2357 'browser/tab_contents/tab_contents_view_mac.h',
2357 'browser/tab_contents/tab_contents_view_mac.mm', 2358 'browser/tab_contents/tab_contents_view_mac.mm',
2358 'browser/tab_contents/tab_contents_view_wrapper_gtk.h', 2359 'browser/tab_contents/tab_contents_view_wrapper_gtk.h',
2359 'browser/tab_contents/tab_util.cc', 2360 'browser/tab_contents/tab_util.cc',
2360 'browser/tab_contents/tab_util.h', 2361 'browser/tab_contents/tab_util.h',
2361 'browser/tab_contents/thumbnail_generator.cc', 2362 'browser/tab_contents/thumbnail_generator.cc',
(...skipping 2885 matching lines...) Expand 10 before | Expand all | Expand 10 after
5247 'type': 'static_library', 5248 'type': 'static_library',
5248 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5249 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5249 'variables': { 5250 'variables': {
5250 'proto_in_dir': 'browser/history', 5251 'proto_in_dir': 'browser/history',
5251 'proto_out_dir': 'chrome/browser/history', 5252 'proto_out_dir': 'chrome/browser/history',
5252 }, 5253 },
5253 'includes': [ '../build/protoc.gypi' ] 5254 'includes': [ '../build/protoc.gypi' ]
5254 }, 5255 },
5255 ], 5256 ],
5256 } 5257 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/retargeting_details.h ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698