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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8964014: Include the information whether the tab is already in a tab strip with the retargeting details (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years 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 2352 matching lines...) Expand 10 before | Expand all | Expand 10 after
2363 'browser/tab_contents/render_view_context_menu.cc', 2363 'browser/tab_contents/render_view_context_menu.cc',
2364 'browser/tab_contents/render_view_context_menu.h', 2364 'browser/tab_contents/render_view_context_menu.h',
2365 'browser/tab_contents/render_view_context_menu_gtk.cc', 2365 'browser/tab_contents/render_view_context_menu_gtk.cc',
2366 'browser/tab_contents/render_view_context_menu_gtk.h', 2366 'browser/tab_contents/render_view_context_menu_gtk.h',
2367 'browser/tab_contents/render_view_context_menu_mac.h', 2367 'browser/tab_contents/render_view_context_menu_mac.h',
2368 'browser/tab_contents/render_view_context_menu_mac.mm', 2368 'browser/tab_contents/render_view_context_menu_mac.mm',
2369 'browser/tab_contents/render_view_context_menu_observer.cc', 2369 'browser/tab_contents/render_view_context_menu_observer.cc',
2370 'browser/tab_contents/render_view_context_menu_observer.h', 2370 'browser/tab_contents/render_view_context_menu_observer.h',
2371 'browser/tab_contents/render_view_host_delegate_helper.cc', 2371 'browser/tab_contents/render_view_host_delegate_helper.cc',
2372 'browser/tab_contents/render_view_host_delegate_helper.h', 2372 'browser/tab_contents/render_view_host_delegate_helper.h',
2373 'browser/tab_contents/retargeting_details.h',
2373 'browser/tab_contents/tab_contents_ssl_helper.cc', 2374 'browser/tab_contents/tab_contents_ssl_helper.cc',
2374 'browser/tab_contents/tab_contents_ssl_helper.h', 2375 'browser/tab_contents/tab_contents_ssl_helper.h',
2375 'browser/tab_contents/tab_contents_view_gtk.cc', 2376 'browser/tab_contents/tab_contents_view_gtk.cc',
2376 'browser/tab_contents/tab_contents_view_gtk.h', 2377 'browser/tab_contents/tab_contents_view_gtk.h',
2377 'browser/tab_contents/tab_contents_view_mac.h', 2378 'browser/tab_contents/tab_contents_view_mac.h',
2378 'browser/tab_contents/tab_contents_view_mac.mm', 2379 'browser/tab_contents/tab_contents_view_mac.mm',
2379 'browser/tab_contents/tab_contents_view_wrapper_gtk.h', 2380 'browser/tab_contents/tab_contents_view_wrapper_gtk.h',
2380 'browser/tab_contents/tab_util.cc', 2381 'browser/tab_contents/tab_util.cc',
2381 'browser/tab_contents/tab_util.h', 2382 'browser/tab_contents/tab_util.h',
2382 'browser/tab_contents/thumbnail_generator.cc', 2383 'browser/tab_contents/thumbnail_generator.cc',
(...skipping 3007 matching lines...) Expand 10 before | Expand all | Expand 10 after
5390 'type': 'static_library', 5391 'type': 'static_library',
5391 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5392 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5392 'variables': { 5393 'variables': {
5393 'proto_in_dir': 'browser/history', 5394 'proto_in_dir': 'browser/history',
5394 'proto_out_dir': 'chrome/browser/history', 5395 'proto_out_dir': 'chrome/browser/history',
5395 }, 5396 },
5396 'includes': [ '../build/protoc.gypi' ] 5397 'includes': [ '../build/protoc.gypi' ]
5397 }, 5398 },
5398 ], 5399 ],
5399 } 5400 }
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