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

Side by Side Diff: base/base.gypi

Issue 17151011: Add a method for catching low end devices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed comment 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/base.gyp ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'android/jni_registrar.cc', 53 'android/jni_registrar.cc',
54 'android/jni_registrar.h', 54 'android/jni_registrar.h',
55 'android/jni_string.cc', 55 'android/jni_string.cc',
56 'android/jni_string.h', 56 'android/jni_string.h',
57 'android/memory_pressure_listener_android.cc', 57 'android/memory_pressure_listener_android.cc',
58 'android/memory_pressure_listener_android.h', 58 'android/memory_pressure_listener_android.h',
59 'android/path_service_android.cc', 59 'android/path_service_android.cc',
60 'android/path_service_android.h', 60 'android/path_service_android.h',
61 'android/path_utils.cc', 61 'android/path_utils.cc',
62 'android/path_utils.h', 62 'android/path_utils.h',
63 'android/sys_utils.cc',
64 'android/sys_utils.h',
63 'android/thread_utils.h', 65 'android/thread_utils.h',
64 'at_exit.cc', 66 'at_exit.cc',
65 'at_exit.h', 67 'at_exit.h',
66 'atomic_ref_count.h', 68 'atomic_ref_count.h',
67 'atomic_sequence_num.h', 69 'atomic_sequence_num.h',
68 'atomicops.h', 70 'atomicops.h',
69 'atomicops_internals_gcc.h', 71 'atomicops_internals_gcc.h',
70 'atomicops_internals_mac.h', 72 'atomicops_internals_mac.h',
71 'atomicops_internals_tsan.h', 73 'atomicops_internals_tsan.h',
72 'atomicops_internals_x86_gcc.cc', 74 'atomicops_internals_x86_gcc.cc',
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 843 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
842 'sources/': [ 844 'sources/': [
843 ['exclude', '^third_party/nspr/'], 845 ['exclude', '^third_party/nspr/'],
844 ], 846 ],
845 }], 847 }],
846 ], 848 ],
847 }], 849 }],
848 ], 850 ],
849 }, 851 },
850 } 852 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698