OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 'public/browser_url_rewriter.h', | 134 'public/browser_url_rewriter.h', |
135 'public/cert_policy.h', | 135 'public/cert_policy.h', |
136 'public/cert_store.h', | 136 'public/cert_store.h', |
137 'public/certificate_policy_cache.h', | 137 'public/certificate_policy_cache.h', |
138 'public/favicon_status.cc', | 138 'public/favicon_status.cc', |
139 'public/favicon_status.h', | 139 'public/favicon_status.h', |
140 'public/favicon_url.cc', | 140 'public/favicon_url.cc', |
141 'public/favicon_url.h', | 141 'public/favicon_url.h', |
142 'public/interstitials/web_interstitial.h', | 142 'public/interstitials/web_interstitial.h', |
143 'public/interstitials/web_interstitial_delegate.h', | 143 'public/interstitials/web_interstitial_delegate.h', |
| 144 'public/java_script_dialog_callback.h', |
| 145 'public/java_script_dialog_presenter.h', |
| 146 'public/java_script_dialog_type.h', |
144 'public/load_committed_details.h', | 147 'public/load_committed_details.h', |
145 'public/navigation_item.h', | 148 'public/navigation_item.h', |
146 'public/navigation_manager.h', | 149 'public/navigation_manager.h', |
147 'public/origin_util.h', | 150 'public/origin_util.h', |
148 'public/origin_util.mm', | 151 'public/origin_util.mm', |
149 'public/referrer.h', | 152 'public/referrer.h', |
150 'public/referrer_util.cc', | 153 'public/referrer_util.cc', |
151 'public/referrer_util.h', | 154 'public/referrer_util.h', |
152 'public/security_style.h', | 155 'public/security_style.h', |
153 'public/ssl_status.cc', | 156 'public/ssl_status.cc', |
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
562 'dependencies': [ | 565 'dependencies': [ |
563 '../../base/base.gyp:base' | 566 '../../base/base.gyp:base' |
564 ], | 567 ], |
565 'sources': [ | 568 'sources': [ |
566 'public/user_agent.h', | 569 'public/user_agent.h', |
567 'public/user_agent.mm', | 570 'public/user_agent.mm', |
568 ], | 571 ], |
569 }, | 572 }, |
570 ], | 573 ], |
571 } | 574 } |
OLD | NEW |