| 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 27 matching lines...) Expand all Loading... |
| 38 'browser/android/chrome_startup_flags.cc', | 38 'browser/android/chrome_startup_flags.cc', |
| 39 'browser/android/chrome_startup_flags.h', | 39 'browser/android/chrome_startup_flags.h', |
| 40 'browser/android/chrome_web_contents_delegate_android.cc', | 40 'browser/android/chrome_web_contents_delegate_android.cc', |
| 41 'browser/android/chrome_web_contents_delegate_android.h', | 41 'browser/android/chrome_web_contents_delegate_android.h', |
| 42 'browser/android/chromium_application.cc', | 42 'browser/android/chromium_application.cc', |
| 43 'browser/android/chromium_application.h', | 43 'browser/android/chromium_application.h', |
| 44 'browser/android/content_view_util.cc', | 44 'browser/android/content_view_util.cc', |
| 45 'browser/android/content_view_util.h', | 45 'browser/android/content_view_util.h', |
| 46 'browser/android/dev_tools_server.cc', | 46 'browser/android/dev_tools_server.cc', |
| 47 'browser/android/dev_tools_server.h', | 47 'browser/android/dev_tools_server.h', |
| 48 'browser/android/dev_tools_manager_delegate_android.cc', |
| 49 'browser/android/dev_tools_manager_delegate_android.h', |
| 48 'browser/android/dom_distiller/feedback_reporter_android.cc', | 50 'browser/android/dom_distiller/feedback_reporter_android.cc', |
| 49 'browser/android/dom_distiller/feedback_reporter_android.h', | 51 'browser/android/dom_distiller/feedback_reporter_android.h', |
| 50 'browser/android/favicon_helper.cc', | 52 'browser/android/favicon_helper.cc', |
| 51 'browser/android/favicon_helper.h', | 53 'browser/android/favicon_helper.h', |
| 52 'browser/android/foreign_session_helper.cc', | 54 'browser/android/foreign_session_helper.cc', |
| 53 'browser/android/foreign_session_helper.h', | 55 'browser/android/foreign_session_helper.h', |
| 54 'browser/android/logo_bridge.cc', | 56 'browser/android/logo_bridge.cc', |
| 55 'browser/android/logo_bridge.h', | 57 'browser/android/logo_bridge.h', |
| 56 'browser/android/logo_service.cc', | 58 'browser/android/logo_service.cc', |
| 57 'browser/android/logo_service.h', | 59 'browser/android/logo_service.h', |
| (...skipping 3487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3545 'variables': { | 3547 'variables': { |
| 3546 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3548 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3547 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3549 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3548 }, | 3550 }, |
| 3549 'includes': [ '../build/protoc.gypi' ] | 3551 'includes': [ '../build/protoc.gypi' ] |
| 3550 }, | 3552 }, |
| 3551 ], | 3553 ], |
| 3552 },], | 3554 },], |
| 3553 ], | 3555 ], |
| 3554 } | 3556 } |
| OLD | NEW |