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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9464024: Adding the android specific platorm_util file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated copyright and removed comments 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/platform_util_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 1826 matching lines...) Expand 10 before | Expand all | Expand 10 after
1837 'browser/password_manager/password_store_mac.cc', 1837 'browser/password_manager/password_store_mac.cc',
1838 'browser/password_manager/password_store_mac.h', 1838 'browser/password_manager/password_store_mac.h',
1839 'browser/password_manager/password_store_mac_internal.h', 1839 'browser/password_manager/password_store_mac_internal.h',
1840 'browser/password_manager/password_store_win.cc', 1840 'browser/password_manager/password_store_win.cc',
1841 'browser/password_manager/password_store_win.h', 1841 'browser/password_manager/password_store_win.h',
1842 'browser/password_manager/password_store_x.cc', 1842 'browser/password_manager/password_store_x.cc',
1843 'browser/password_manager/password_store_x.h', 1843 'browser/password_manager/password_store_x.h',
1844 'browser/password_manager_delegate_impl.cc', 1844 'browser/password_manager_delegate_impl.cc',
1845 'browser/password_manager_delegate_impl.h', 1845 'browser/password_manager_delegate_impl.h',
1846 'browser/platform_util.h', 1846 'browser/platform_util.h',
1847 'browser/platform_util_android.cc',
1847 'browser/platform_util_aura.cc', 1848 'browser/platform_util_aura.cc',
1848 'browser/platform_util_chromeos.cc', 1849 'browser/platform_util_chromeos.cc',
1849 'browser/platform_util_common_linux.cc', 1850 'browser/platform_util_common_linux.cc',
1850 'browser/platform_util_linux.cc', 1851 'browser/platform_util_linux.cc',
1851 'browser/platform_util_mac.mm', 1852 'browser/platform_util_mac.mm',
1852 'browser/platform_util_win.cc', 1853 'browser/platform_util_win.cc',
1853 'browser/plugin_data_remover_helper.cc', 1854 'browser/plugin_data_remover_helper.cc',
1854 'browser/plugin_data_remover_helper.h', 1855 'browser/plugin_data_remover_helper.h',
1855 'browser/plugin_finder.cc', 1856 'browser/plugin_finder.cc',
1856 'browser/plugin_finder.h', 1857 'browser/plugin_finder.h',
(...skipping 3758 matching lines...) Expand 10 before | Expand all | Expand 10 after
5615 'type': 'static_library', 5616 'type': 'static_library',
5616 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5617 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5617 'variables': { 5618 'variables': {
5618 'proto_in_dir': 'browser/history', 5619 'proto_in_dir': 'browser/history',
5619 'proto_out_dir': 'chrome/browser/history', 5620 'proto_out_dir': 'chrome/browser/history',
5620 }, 5621 },
5621 'includes': [ '../build/protoc.gypi' ] 5622 'includes': [ '../build/protoc.gypi' ]
5622 }, 5623 },
5623 ], 5624 ],
5624 } 5625 }
OLDNEW
« no previous file with comments | « chrome/browser/platform_util_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698