| OLD | NEW |
| 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 'base/scoped_ptr_algorithm.h', | 80 'base/scoped_ptr_algorithm.h', |
| 81 'base/scoped_ptr_deque.h', | 81 'base/scoped_ptr_deque.h', |
| 82 'base/scoped_ptr_vector.h', | 82 'base/scoped_ptr_vector.h', |
| 83 'base/swap_promise.h', | 83 'base/swap_promise.h', |
| 84 'base/swap_promise_monitor.cc', | 84 'base/swap_promise_monitor.cc', |
| 85 'base/swap_promise_monitor.h', | 85 'base/swap_promise_monitor.h', |
| 86 'base/switches.cc', | 86 'base/switches.cc', |
| 87 'base/switches.h', | 87 'base/switches.h', |
| 88 'base/tiling_data.cc', | 88 'base/tiling_data.cc', |
| 89 'base/tiling_data.h', | 89 'base/tiling_data.h', |
| 90 'base/unique_notifier.cc', |
| 91 'base/unique_notifier.h', |
| 90 'base/util.h', | 92 'base/util.h', |
| 91 'debug/benchmark_instrumentation.cc', | 93 'debug/benchmark_instrumentation.cc', |
| 92 'debug/benchmark_instrumentation.h', | 94 'debug/benchmark_instrumentation.h', |
| 93 'debug/debug_colors.cc', | 95 'debug/debug_colors.cc', |
| 94 'debug/debug_colors.h', | 96 'debug/debug_colors.h', |
| 95 'debug/debug_rect_history.cc', | 97 'debug/debug_rect_history.cc', |
| 96 'debug/debug_rect_history.h', | 98 'debug/debug_rect_history.h', |
| 97 'debug/devtools_instrumentation.h', | 99 'debug/devtools_instrumentation.h', |
| 98 'debug/frame_rate_counter.cc', | 100 'debug/frame_rate_counter.cc', |
| 99 'debug/frame_rate_counter.h', | 101 'debug/frame_rate_counter.h', |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 'surfaces/surface.h', | 492 'surfaces/surface.h', |
| 491 'surfaces/surface_aggregator.cc', | 493 'surfaces/surface_aggregator.cc', |
| 492 'surfaces/surface_aggregator.h', | 494 'surfaces/surface_aggregator.h', |
| 493 'surfaces/surface_manager.cc', | 495 'surfaces/surface_manager.cc', |
| 494 'surfaces/surface_manager.h', | 496 'surfaces/surface_manager.h', |
| 495 'surfaces/surfaces_export.h', | 497 'surfaces/surfaces_export.h', |
| 496 ], | 498 ], |
| 497 }, | 499 }, |
| 498 ], | 500 ], |
| 499 } | 501 } |
| OLD | NEW |