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

Side by Side Diff: cc/BUILD.gn

Issue 2479543002: Porting relevant legacy conversion code from performance_lp to src side (Closed)
Patch Set: Adding script to isolate Created 4 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 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 # This target should not require the Chrome executable to run. 1080 # This target should not require the Chrome executable to run.
1081 assert_no_deps = [ "//chrome" ] 1081 assert_no_deps = [ "//chrome" ]
1082 1082
1083 data = [ 1083 data = [
1084 "test/data/", 1084 "test/data/",
1085 1085
1086 # Needed for isolate script to execute. 1086 # Needed for isolate script to execute.
1087 "//testing/scripts/common.py", 1087 "//testing/scripts/common.py",
1088 "//testing/xvfb.py", 1088 "//testing/xvfb.py",
1089 "//testing/scripts/run_gtest_perf_test.py", 1089 "//testing/scripts/run_gtest_perf_test.py",
1090 "//tools/perf/generate_legacy_perf_dashboard_json.py"
1090 ] 1091 ]
1091 } 1092 }
OLDNEW
« no previous file with comments | « no previous file | testing/scripts/run_gtest_perf_test.py » ('j') | testing/scripts/run_gtest_perf_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698