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

Side by Side Diff: base/base.gyp

Issue 15942017: [Android] Fix component build again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + memorypressurelistener Created 7 years, 6 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 | « base/android/memory_pressure_listener_android.h ('k') | content/content_tests.gypi » ('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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 }, 815 },
816 { 816 {
817 'target_name': 'test_support_base', 817 'target_name': 'test_support_base',
818 'type': 'static_library', 818 'type': 'static_library',
819 'dependencies': [ 819 'dependencies': [
820 'base', 820 'base',
821 'base_static', 821 'base_static',
822 'base_i18n', 822 'base_i18n',
823 '../testing/gmock.gyp:gmock', 823 '../testing/gmock.gyp:gmock',
824 '../testing/gtest.gyp:gtest', 824 '../testing/gtest.gyp:gtest',
825 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
825 ], 826 ],
826 'export_dependent_settings': [ 827 'export_dependent_settings': [
827 'base', 828 'base',
828 ], 829 ],
829 'conditions': [ 830 'conditions': [
830 ['toolkit_uses_gtk==1', { 831 ['toolkit_uses_gtk==1', {
831 'dependencies': [ 832 'dependencies': [
832 # test_suite initializes GTK. 833 # test_suite initializes GTK.
833 '../build/linux/system.gyp:gtk', 834 '../build/linux/system.gyp:gtk',
834 ], 835 ],
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 'base_unittests.isolate', 1288 'base_unittests.isolate',
1288 ], 1289 ],
1289 'sources': [ 1290 'sources': [
1290 'base_unittests.isolate', 1291 'base_unittests.isolate',
1291 ], 1292 ],
1292 }, 1293 },
1293 ], 1294 ],
1294 }], 1295 }],
1295 ], 1296 ],
1296 } 1297 }
OLDNEW
« no previous file with comments | « base/android/memory_pressure_listener_android.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698