OLD | NEW |
---|---|
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
279 'common/page_transition_types.h', | 279 'common/page_transition_types.h', |
280 'common/page_type.h', | 280 'common/page_type.h', |
281 'common/page_zoom.h', | 281 'common/page_zoom.h', |
282 'common/pepper_plugin_registry.cc', | 282 'common/pepper_plugin_registry.cc', |
283 'common/pepper_plugin_registry.h', | 283 'common/pepper_plugin_registry.h', |
284 'common/plugin_carbon_interpose_constants_mac.cc', | 284 'common/plugin_carbon_interpose_constants_mac.cc', |
285 'common/plugin_carbon_interpose_constants_mac.h', | 285 'common/plugin_carbon_interpose_constants_mac.h', |
286 'common/plugin_messages.cc', | 286 'common/plugin_messages.cc', |
287 'common/plugin_messages.h', | 287 'common/plugin_messages.h', |
288 'common/plugin_messages_internal.h', | 288 'common/plugin_messages_internal.h', |
289 'common/pref_store.cc', | 289 'common/pref_store.cc', |
danno
2010/12/02 10:31:52
Is this still used?
Mattias Nissler (ping if slow)
2010/12/02 16:38:24
Yes.
| |
290 'common/pref_store.h', | 290 'common/pref_store.h', |
danno
2010/12/02 10:31:52
pref_store_interface? Oh, the humanity.
Mattias Nissler (ping if slow)
2010/12/02 16:38:24
No, since it has implementation.
| |
291 'common/pref_store_base.cc', | |
292 'common/pref_store_base.h', | |
291 'common/render_messages.cc', | 293 'common/render_messages.cc', |
292 'common/render_messages.h', | 294 'common/render_messages.h', |
293 'common/render_messages_internal.h', | 295 'common/render_messages_internal.h', |
294 'common/render_messages_params.cc', | 296 'common/render_messages_params.cc', |
295 'common/render_messages_params.h', | 297 'common/render_messages_params.h', |
296 'common/renderer_preferences.cc', | 298 'common/renderer_preferences.cc', |
297 'common/renderer_preferences.h', | 299 'common/renderer_preferences.h', |
298 'common/resource_dispatcher.cc', | 300 'common/resource_dispatcher.cc', |
299 'common/resource_dispatcher.h', | 301 'common/resource_dispatcher.h', |
300 'common/security_filter_peer.cc', | 302 'common/security_filter_peer.cc', |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
579 'configurations': { | 581 'configurations': { |
580 'Common_Base': { | 582 'Common_Base': { |
581 'msvs_target_platform': 'x64', | 583 'msvs_target_platform': 'x64', |
582 }, | 584 }, |
583 }, | 585 }, |
584 }, | 586 }, |
585 ], | 587 ], |
586 }], | 588 }], |
587 ], | 589 ], |
588 } | 590 } |
OLD | NEW |