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

Side by Side Diff: base/base.gyp

Issue 739033003: Support content scheme uri for Chrome on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 ], 428 ],
429 'sources': [ 429 'sources': [
430 'test/run_all_unittests.cc', 430 'test/run_all_unittests.cc',
431 ], 431 ],
432 }, 432 },
433 { 433 {
434 'target_name': 'base_unittests', 434 'target_name': 'base_unittests',
435 'type': '<(gtest_target_type)', 435 'type': '<(gtest_target_type)',
436 'sources': [ 436 'sources': [
437 'android/application_status_listener_unittest.cc', 437 'android/application_status_listener_unittest.cc',
438 'android/content_uri_utils_unittest.cc',
nyquist 2014/11/19 00:02:30 I think you need to update //base/BUILD.gn as well
qinmin 2014/11/19 02:13:07 Done.
438 'android/jni_android_unittest.cc', 439 'android/jni_android_unittest.cc',
439 'android/jni_array_unittest.cc', 440 'android/jni_array_unittest.cc',
440 'android/jni_string_unittest.cc', 441 'android/jni_string_unittest.cc',
441 'android/path_utils_unittest.cc', 442 'android/path_utils_unittest.cc',
442 'android/scoped_java_ref_unittest.cc', 443 'android/scoped_java_ref_unittest.cc',
443 'android/sys_utils_unittest.cc', 444 'android/sys_utils_unittest.cc',
444 'async_socket_io_handler_unittest.cc', 445 'async_socket_io_handler_unittest.cc',
445 'at_exit_unittest.cc', 446 'at_exit_unittest.cc',
446 'atomicops_unittest.cc', 447 'atomicops_unittest.cc',
447 'barrier_closure_unittest.cc', 448 'barrier_closure_unittest.cc',
(...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
1538 'dependencies': [ 1539 'dependencies': [
1539 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1540 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1540 ], 1541 ],
1541 }], 1542 }],
1542 ], 1543 ],
1543 }, 1544 },
1544 ], 1545 ],
1545 }], 1546 }],
1546 ], 1547 ],
1547 } 1548 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698