| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'browser/android/intent_helper.cc', | 121 'browser/android/intent_helper.cc', |
| 122 'browser/android/intent_helper.h', | 122 'browser/android/intent_helper.h', |
| 123 'browser/android/process_utils.cc', | 123 'browser/android/process_utils.cc', |
| 124 'browser/android/process_utils.h', | 124 'browser/android/process_utils.h', |
| 125 'browser/android/tab_android.cc', | 125 'browser/android/tab_android.cc', |
| 126 'browser/android/tab_android.h', | 126 'browser/android/tab_android.h', |
| 127 'browser/api/infobars/confirm_infobar_delegate.cc', | 127 'browser/api/infobars/confirm_infobar_delegate.cc', |
| 128 'browser/api/infobars/confirm_infobar_delegate.h', | 128 'browser/api/infobars/confirm_infobar_delegate.h', |
| 129 'browser/api/infobars/infobar_delegate.cc', | 129 'browser/api/infobars/infobar_delegate.cc', |
| 130 'browser/api/infobars/infobar_delegate.h', | 130 'browser/api/infobars/infobar_delegate.h', |
| 131 'browser/api/infobars/infobar_tab_service.h', |
| 131 'browser/api/infobars/link_infobar_delegate.cc', | 132 'browser/api/infobars/link_infobar_delegate.cc', |
| 132 'browser/api/infobars/link_infobar_delegate.h', | 133 'browser/api/infobars/link_infobar_delegate.h', |
| 133 'browser/api/infobars/simple_alert_infobar_delegate.cc', | 134 'browser/api/infobars/simple_alert_infobar_delegate.cc', |
| 134 'browser/api/infobars/simple_alert_infobar_delegate.h', | 135 'browser/api/infobars/simple_alert_infobar_delegate.h', |
| 135 'browser/app_controller_mac.h', | 136 'browser/app_controller_mac.h', |
| 136 'browser/app_controller_mac.mm', | 137 'browser/app_controller_mac.mm', |
| 137 'browser/app_icon_win.cc', | 138 'browser/app_icon_win.cc', |
| 138 'browser/app_icon_win.h', | 139 'browser/app_icon_win.h', |
| 139 'browser/autocomplete/autocomplete_classifier.cc', | 140 'browser/autocomplete/autocomplete_classifier.cc', |
| 140 'browser/autocomplete/autocomplete_classifier.h', | 141 'browser/autocomplete/autocomplete_classifier.h', |
| (...skipping 5440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5581 'includes': [ '../build/jni_generator.gypi' ], | 5582 'includes': [ '../build/jni_generator.gypi' ], |
| 5582 'dependencies': [ | 5583 'dependencies': [ |
| 5583 'android_jar_jni_headers', | 5584 'android_jar_jni_headers', |
| 5584 ], | 5585 ], |
| 5585 }, | 5586 }, |
| 5586 ], | 5587 ], |
| 5587 }, | 5588 }, |
| 5588 ], | 5589 ], |
| 5589 ], | 5590 ], |
| 5590 } | 5591 } |
| OLD | NEW |