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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9347052: Add minimal CalculateIdleState implementation for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment 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
« no previous file with comments | « chrome/browser/idle_android.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 (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 1466 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 'browser/icon_loader_linux.cc', 1477 'browser/icon_loader_linux.cc',
1478 'browser/icon_loader_mac.mm', 1478 'browser/icon_loader_mac.mm',
1479 'browser/icon_loader_win.cc', 1479 'browser/icon_loader_win.cc',
1480 'browser/icon_manager.cc', 1480 'browser/icon_manager.cc',
1481 'browser/icon_manager.h', 1481 'browser/icon_manager.h',
1482 'browser/icon_manager_android.cc', 1482 'browser/icon_manager_android.cc',
1483 'browser/icon_manager_chromeos.cc', 1483 'browser/icon_manager_chromeos.cc',
1484 'browser/icon_manager_linux.cc', 1484 'browser/icon_manager_linux.cc',
1485 'browser/icon_manager_mac.mm', 1485 'browser/icon_manager_mac.mm',
1486 'browser/icon_manager_win.cc', 1486 'browser/icon_manager_win.cc',
1487 'browser/idle_android.cc',
1487 'browser/idle_chromeos.cc', 1488 'browser/idle_chromeos.cc',
1488 'browser/idle_linux.cc', 1489 'browser/idle_linux.cc',
1489 'browser/idle_mac.mm', 1490 'browser/idle_mac.mm',
1490 'browser/idle_query_linux.cc', 1491 'browser/idle_query_linux.cc',
1491 'browser/idle_query_linux.h', 1492 'browser/idle_query_linux.h',
1492 'browser/idle_win.cc', 1493 'browser/idle_win.cc',
1493 'browser/image_decoder.cc', 1494 'browser/image_decoder.cc',
1494 'browser/image_decoder.h', 1495 'browser/image_decoder.h',
1495 'browser/importer/external_process_importer_bridge.cc', 1496 'browser/importer/external_process_importer_bridge.cc',
1496 'browser/importer/external_process_importer_bridge.h', 1497 'browser/importer/external_process_importer_bridge.h',
(...skipping 4074 matching lines...) Expand 10 before | Expand all | Expand 10 after
5571 'type': 'static_library', 5572 'type': 'static_library',
5572 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5573 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5573 'variables': { 5574 'variables': {
5574 'proto_in_dir': 'browser/history', 5575 'proto_in_dir': 'browser/history',
5575 'proto_out_dir': 'chrome/browser/history', 5576 'proto_out_dir': 'chrome/browser/history',
5576 }, 5577 },
5577 'includes': [ '../build/protoc.gypi' ] 5578 'includes': [ '../build/protoc.gypi' ]
5578 }, 5579 },
5579 ], 5580 ],
5580 } 5581 }
OLDNEW
« no previous file with comments | « chrome/browser/idle_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698