Chromium Code Reviews| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 'browser/debugger/devtools_resources.gyp:devtools_resources', | 7 'browser/debugger/devtools_resources.gyp:devtools_resources', |
| 8 'browser/speech/proto/speech_proto.gyp:speech_proto', | 8 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 9 '../base/base.gyp:base_static', | 9 '../base/base.gyp:base_static', |
| 10 '../crypto/crypto.gyp:crypto', | 10 '../crypto/crypto.gyp:crypto', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 187 'browser/accessibility/browser_accessibility_win.cc', | 187 'browser/accessibility/browser_accessibility_win.cc', |
| 188 'browser/accessibility/browser_accessibility_win.h', | 188 'browser/accessibility/browser_accessibility_win.h', |
| 189 'browser/android/android_browser_process.cc', | 189 'browser/android/android_browser_process.cc', |
| 190 'browser/android/android_browser_process.h', | 190 'browser/android/android_browser_process.h', |
| 191 'browser/android/content_settings.cc', | 191 'browser/android/content_settings.cc', |
| 192 'browser/android/content_settings.h', | 192 'browser/android/content_settings.h', |
| 193 'browser/android/content_startup_flags.cc', | 193 'browser/android/content_startup_flags.cc', |
| 194 'browser/android/content_startup_flags.h', | 194 'browser/android/content_startup_flags.h', |
| 195 'browser/android/content_util.cc', | 195 'browser/android/content_util.cc', |
| 196 'browser/android/content_util.h', | 196 'browser/android/content_util.h', |
| 197 'browser/android/content_view_impl.cc', | |
|
John Grabowski
2012/06/28 17:08:06
files should be listed alphabetically
moving these
aurimas (slooooooooow)
2012/06/28 23:00:07
Done.
| |
| 198 'browser/android/content_view_impl.h', | |
| 197 'browser/android/content_view_client.cc', | 199 'browser/android/content_view_client.cc', |
| 198 'browser/android/content_view_client.h', | 200 'browser/android/content_view_client.h', |
| 199 'browser/android/content_view_impl.cc', | 201 'browser/android/content_view_statics.cc', |
| 200 'browser/android/content_view_impl.h', | 202 'browser/android/content_view_statics.h', |
| 201 'browser/android/device_info.cc', | 203 'browser/android/device_info.cc', |
| 202 'browser/android/device_info.h', | 204 'browser/android/device_info.h', |
| 203 'browser/android/download_controller.cc', | 205 'browser/android/download_controller.cc', |
| 204 'browser/android/download_controller.h', | 206 'browser/android/download_controller.h', |
| 205 'browser/android/ime_utils.cc', | 207 'browser/android/ime_utils.cc', |
| 206 'browser/android/ime_utils.h', | 208 'browser/android/ime_utils.h', |
| 207 'browser/android/sandboxed_process_launcher.cc', | 209 'browser/android/sandboxed_process_launcher.cc', |
| 208 'browser/android/sandboxed_process_launcher.h', | 210 'browser/android/sandboxed_process_launcher.h', |
| 209 'browser/android/touch_point.cc', | 211 'browser/android/touch_point.cc', |
| 210 'browser/android/touch_point.h', | 212 'browser/android/touch_point.h', |
| (...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 977 ], | 979 ], |
| 978 }], | 980 }], |
| 979 ['input_speech==0', { | 981 ['input_speech==0', { |
| 980 'sources/': [ | 982 'sources/': [ |
| 981 ['exclude', '^browser/speech/'], | 983 ['exclude', '^browser/speech/'], |
| 982 ], | 984 ], |
| 983 }], | 985 }], |
| 984 ], | 986 ], |
| 985 } | 987 } |
| 986 | 988 |
| OLD | NEW |