diff options
author | satorux <satorux@chromium.org> | 2015-02-17 17:54:52 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-18 01:55:24 +0000 |
commit | c5bd7a3438a339b05fe075090798b9fce2f77f0c (patch) | |
tree | cb186d627f7e52b80141bf1b2c6991e785dfe957 /gpu/config | |
parent | 6b53cb959108d4666dc2e54e9ecc7a6708a6a4e3 (diff) | |
download | chromium_src-c5bd7a3438a339b05fe075090798b9fce2f77f0c.zip chromium_src-c5bd7a3438a339b05fe075090798b9fce2f77f0c.tar.gz chromium_src-c5bd7a3438a339b05fe075090798b9fce2f77f0c.tar.bz2 |
Sort GYP and GN files under gpu
For tools/sort_sources.py to be useful, existing GYP and GN files
should be sorted.
BUG=456014
TEST=everything should build as before
Review URL: https://codereview.chromium.org/925263003
Cr-Commit-Position: refs/heads/master@{#316736}
Diffstat (limited to 'gpu/config')
-rw-r--r-- | gpu/config/BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn index be7a444..1d86e69 100644 --- a/gpu/config/BUILD.gn +++ b/gpu/config/BUILD.gn @@ -15,17 +15,19 @@ source_set("config") { "dx_diag_node.h", "gpu_blacklist.cc", "gpu_blacklist.h", - "gpu_control_list_jsons.h", "gpu_control_list.cc", "gpu_control_list.h", - "gpu_driver_bug_list_json.cc", + "gpu_control_list_jsons.h", "gpu_driver_bug_list.cc", "gpu_driver_bug_list.h", + "gpu_driver_bug_list_json.cc", "gpu_driver_bug_workaround_type.h", "gpu_dx_diagnostics_win.cc", "gpu_feature_type.h", "gpu_info.cc", "gpu_info.h", + "gpu_info_collector.cc", + "gpu_info_collector.h", "gpu_info_collector_android.cc", "gpu_info_collector_linux.cc", "gpu_info_collector_linux.h", @@ -33,8 +35,6 @@ source_set("config") { "gpu_info_collector_ozone.cc", "gpu_info_collector_win.cc", "gpu_info_collector_x11.cc", - "gpu_info_collector.cc", - "gpu_info_collector.h", "gpu_performance_stats.h", "gpu_test_config.cc", "gpu_test_config.h", |