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

Side by Side Diff: chromecast/chromecast.gyp

Issue 1484713003: [Chromecast] Use ScopedTemp[File|Dir] in tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Style Created 5 years 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'android_support_v13_target%': 7 'android_support_v13_target%':
8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib', 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java lib',
9 'cast_build_release': 'internal/build/cast_build_release', 9 'cast_build_release': 'internal/build/cast_build_release',
10 'cast_is_debug_build%': 0, 10 'cast_is_debug_build%': 0,
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'base/metrics/cast_metrics_helper.cc', 104 'base/metrics/cast_metrics_helper.cc',
105 'base/metrics/cast_metrics_helper.h', 105 'base/metrics/cast_metrics_helper.h',
106 'base/metrics/grouped_histogram.cc', 106 'base/metrics/grouped_histogram.cc',
107 'base/metrics/grouped_histogram.h', 107 'base/metrics/grouped_histogram.h',
108 'base/path_utils.cc', 108 'base/path_utils.cc',
109 'base/path_utils.h', 109 'base/path_utils.h',
110 'base/pref_names.cc', 110 'base/pref_names.cc',
111 'base/pref_names.h', 111 'base/pref_names.h',
112 'base/process_utils.cc', 112 'base/process_utils.cc',
113 'base/process_utils.h', 113 'base/process_utils.h',
114 'base/scoped_temp_file.cc',
115 'base/scoped_temp_file.h',
114 'base/serializers.cc', 116 'base/serializers.cc',
115 'base/serializers.h', 117 'base/serializers.h',
116 'base/system_time_change_notifier.cc', 118 'base/system_time_change_notifier.cc',
117 'base/system_time_change_notifier.h', 119 'base/system_time_change_notifier.h',
118 'base/task_runner_impl.cc', 120 'base/task_runner_impl.cc',
119 'base/task_runner_impl.h', 121 'base/task_runner_impl.h',
120 ], 122 ],
121 'conditions': [ 123 'conditions': [
122 ['OS=="android"', { 124 ['OS=="android"', {
123 'dependencies': [ 125 'dependencies': [
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 'cast_shell_core', 779 'cast_shell_core',
778 ], 780 ],
779 'sources': [ 781 'sources': [
780 'app/cast_main.cc', 782 'app/cast_main.cc',
781 ], 783 ],
782 }, 784 },
783 ], # end of targets 785 ], # end of targets
784 }], 786 }],
785 ], # end of conditions 787 ], # end of conditions
786 } 788 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698