OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 3581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3592 'package_name': 'org/chromium/chrome/browser', | 3592 'package_name': 'org/chromium/chrome/browser', |
3593 'template_deps': ['browser/android/tab_load_status.h'], | 3593 'template_deps': ['browser/android/tab_load_status.h'], |
3594 }, | 3594 }, |
3595 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3595 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3596 }, | 3596 }, |
3597 ], | 3597 ], |
3598 }, | 3598 }, |
3599 ], | 3599 ], |
3600 ], | 3600 ], |
3601 } | 3601 } |
OLD | NEW |