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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8501030: aura: Make the Linux version of IconLoader not require GTK+. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move platform-specific include Created 9 years, 1 month 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/icon_manager_linux.cc ('k') | net/base/platform_mime_util_linux.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'dependencies': [ 10 'dependencies': [
(...skipping 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 'browser/history/url_database.cc', 1364 'browser/history/url_database.cc',
1365 'browser/history/url_database.h', 1365 'browser/history/url_database.h',
1366 'browser/history/visit_database.cc', 1366 'browser/history/visit_database.cc',
1367 'browser/history/visit_database.h', 1367 'browser/history/visit_database.h',
1368 'browser/history/visit_tracker.cc', 1368 'browser/history/visit_tracker.cc',
1369 'browser/history/visit_tracker.h', 1369 'browser/history/visit_tracker.h',
1370 'browser/history/visitsegment_database.cc', 1370 'browser/history/visitsegment_database.cc',
1371 'browser/history/visitsegment_database.h', 1371 'browser/history/visitsegment_database.h',
1372 'browser/icon_loader.cc', 1372 'browser/icon_loader.cc',
1373 'browser/icon_loader.h', 1373 'browser/icon_loader.h',
1374 'browser/icon_loader_aura.cc', 1374 'browser/icon_loader_linux.cc',
1375 'browser/icon_loader_gtk.cc',
1376 'browser/icon_loader_mac.mm', 1375 'browser/icon_loader_mac.mm',
1377 'browser/icon_loader_win.cc', 1376 'browser/icon_loader_win.cc',
1378 'browser/icon_manager.cc', 1377 'browser/icon_manager.cc',
1379 'browser/icon_manager.h', 1378 'browser/icon_manager.h',
1380 'browser/icon_manager_linux.cc', 1379 'browser/icon_manager_linux.cc',
1381 'browser/icon_manager_mac.mm', 1380 'browser/icon_manager_mac.mm',
1382 'browser/icon_manager_win.cc', 1381 'browser/icon_manager_win.cc',
1383 'browser/idle_chromeos.cc', 1382 'browser/idle_chromeos.cc',
1384 'browser/idle_linux.cc', 1383 'browser/idle_linux.cc',
1385 'browser/idle_mac.mm', 1384 'browser/idle_mac.mm',
(...skipping 3855 matching lines...) Expand 10 before | Expand all | Expand 10 after
5241 'type': 'static_library', 5240 'type': 'static_library',
5242 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5241 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5243 'variables': { 5242 'variables': {
5244 'proto_in_dir': 'browser/history', 5243 'proto_in_dir': 'browser/history',
5245 'proto_out_dir': 'chrome/browser/history', 5244 'proto_out_dir': 'chrome/browser/history',
5246 }, 5245 },
5247 'includes': [ '../build/protoc.gypi' ] 5246 'includes': [ '../build/protoc.gypi' ]
5248 }, 5247 },
5249 ], 5248 ],
5250 } 5249 }
OLDNEW
« no previous file with comments | « chrome/browser/icon_manager_linux.cc ('k') | net/base/platform_mime_util_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698