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

Side by Side Diff: base/base.gyp

Issue 680923002: Fix ninja "multiple rules" warning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clobber to ensure that recipe tests do not break Created 6 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
« no previous file with comments | « no previous file | build/get_landmines.py » ('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 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 'target_name': 'base_java_application_state', 1374 'target_name': 'base_java_application_state',
1375 'type': 'none', 1375 'type': 'none',
1376 'variables': { 1376 'variables': {
1377 'source_file': 'android/application_status_listener.h', 1377 'source_file': 'android/application_status_listener.h',
1378 }, 1378 },
1379 'includes': [ '../build/android/java_cpp_enum.gypi' ], 1379 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1380 }, 1380 },
1381 { 1381 {
1382 # GN: //base:base_android_java_enums_srcjar 1382 # GN: //base:base_android_java_enums_srcjar
1383 'target_name': 'base_java_library_load_from_apk_status_codes', 1383 'target_name': 'base_java_library_load_from_apk_status_codes',
1384 'toolsets': ['host', 'target'],
1385 'type': 'none', 1384 'type': 'none',
1386 'variables': { 1385 'variables': {
1387 'source_file': 'android/library_loader/library_load_from_apk_status_ codes.h' 1386 'source_file': 'android/library_loader/library_load_from_apk_status_ codes.h'
1388 }, 1387 },
1389 'includes': [ '../build/android/java_cpp_enum.gypi' ], 1388 'includes': [ '../build/android/java_cpp_enum.gypi' ],
1390 }, 1389 },
1391 { 1390 {
1392 # GN: //base:base_android_java_enums_srcjar 1391 # GN: //base:base_android_java_enums_srcjar
1393 'target_name': 'base_java_memory_pressure_level', 1392 'target_name': 'base_java_memory_pressure_level',
1394 'type': 'none', 1393 'type': 'none',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 'dependencies': [ 1508 'dependencies': [
1510 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1509 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1511 ], 1510 ],
1512 }], 1511 }],
1513 ], 1512 ],
1514 }, 1513 },
1515 ], 1514 ],
1516 }], 1515 }],
1517 ], 1516 ],
1518 } 1517 }
OLDNEW
« no previous file with comments | « no previous file | build/get_landmines.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698