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

Side by Side Diff: base/base.gyp

Issue 10408091: Chromium support of running DumpRenderTree as an apk on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changes according to comments in Patch Set 3 Created 8 years, 7 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 | « no previous file | base/test/test_stub_android.h » ('j') | base/test/test_suite.cc » ('J')
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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'test/task_runner_test_template.h', 450 'test/task_runner_test_template.h',
451 'test/test_file_util.h', 451 'test/test_file_util.h',
452 'test/test_file_util_linux.cc', 452 'test/test_file_util_linux.cc',
453 'test/test_file_util_mac.cc', 453 'test/test_file_util_mac.cc',
454 'test/test_file_util_posix.cc', 454 'test/test_file_util_posix.cc',
455 'test/test_file_util_win.cc', 455 'test/test_file_util_win.cc',
456 'test/test_reg_util_win.cc', 456 'test/test_reg_util_win.cc',
457 'test/test_reg_util_win.h', 457 'test/test_reg_util_win.h',
458 'test/test_suite.cc', 458 'test/test_suite.cc',
459 'test/test_suite.h', 459 'test/test_suite.h',
460 'test/test_stub_android.cc', 460 'test/test_support_android.cc',
461 'test/test_support_android.h',
461 'test/test_switches.cc', 462 'test/test_switches.cc',
462 'test/test_switches.h', 463 'test/test_switches.h',
463 'test/test_timeouts.cc', 464 'test/test_timeouts.cc',
464 'test/test_timeouts.h', 465 'test/test_timeouts.h',
465 'test/thread_test_helper.cc', 466 'test/thread_test_helper.cc',
466 'test/thread_test_helper.h', 467 'test/thread_test_helper.h',
467 'test/trace_event_analyzer.cc', 468 'test/trace_event_analyzer.cc',
468 'test/trace_event_analyzer.h', 469 'test/trace_event_analyzer.h',
469 'test/values_test_util.cc', 470 'test/values_test_util.cc',
470 'test/values_test_util.h', 471 'test/values_test_util.h',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 '--ant-args', 689 '--ant-args',
689 '-DPRODUCT_DIR=<(PRODUCT_DIR)', 690 '-DPRODUCT_DIR=<(PRODUCT_DIR)',
690 '--ant-compile' 691 '--ant-compile'
691 ], 692 ],
692 }, 693 },
693 ] 694 ]
694 }], 695 }],
695 }], 696 }],
696 ], 697 ],
697 } 698 }
OLDNEW
« no previous file with comments | « no previous file | base/test/test_stub_android.h » ('j') | base/test/test_suite.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698