| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 2366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2377 'browser/policy/configuration_policy_provider.cc', | 2377 'browser/policy/configuration_policy_provider.cc', |
| 2378 'browser/policy/configuration_policy_provider.cc', | 2378 'browser/policy/configuration_policy_provider.cc', |
| 2379 'browser/policy/configuration_policy_provider.h', | 2379 'browser/policy/configuration_policy_provider.h', |
| 2380 'browser/policy/configuration_policy_provider.h', | 2380 'browser/policy/configuration_policy_provider.h', |
| 2381 'browser/policy/configuration_policy_provider_mac.cc', | 2381 'browser/policy/configuration_policy_provider_mac.cc', |
| 2382 'browser/policy/configuration_policy_provider_mac.h', | 2382 'browser/policy/configuration_policy_provider_mac.h', |
| 2383 'browser/policy/configuration_policy_provider_win.cc', | 2383 'browser/policy/configuration_policy_provider_win.cc', |
| 2384 'browser/policy/configuration_policy_provider_win.h', | 2384 'browser/policy/configuration_policy_provider_win.h', |
| 2385 'browser/policy/configuration_policy_store.h', | 2385 'browser/policy/configuration_policy_store.h', |
| 2386 'browser/policy/dummy_configuration_policy_provider.h', | 2386 'browser/policy/dummy_configuration_policy_provider.h', |
| 2387 'browser/policy/file_based_policy_provider.cc', |
| 2388 'browser/policy/file_based_policy_provider.h', |
| 2387 'browser/policy/managed_prefs_banner_base.cc', | 2389 'browser/policy/managed_prefs_banner_base.cc', |
| 2388 'browser/policy/managed_prefs_banner_base.h', | 2390 'browser/policy/managed_prefs_banner_base.h', |
| 2389 'browser/possible_url_model.cc', | 2391 'browser/possible_url_model.cc', |
| 2390 'browser/possible_url_model.h', | 2392 'browser/possible_url_model.h', |
| 2391 'browser/power_save_blocker.h', | 2393 'browser/power_save_blocker.h', |
| 2392 'browser/power_save_blocker_common.cc', | 2394 'browser/power_save_blocker_common.cc', |
| 2393 'browser/power_save_blocker_stub.cc', | 2395 'browser/power_save_blocker_stub.cc', |
| 2394 'browser/power_save_blocker_win.cc', | 2396 'browser/power_save_blocker_win.cc', |
| 2395 'browser/preferences_mac.cc', | 2397 'browser/preferences_mac.cc', |
| 2396 'browser/preferences_mac.h', | 2398 'browser/preferences_mac.h', |
| (...skipping 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4204 ], | 4206 ], |
| 4205 }, | 4207 }, |
| 4206 ], | 4208 ], |
| 4207 } | 4209 } |
| 4208 | 4210 |
| 4209 # Local Variables: | 4211 # Local Variables: |
| 4210 # tab-width:2 | 4212 # tab-width:2 |
| 4211 # indent-tabs-mode:nil | 4213 # indent-tabs-mode:nil |
| 4212 # End: | 4214 # End: |
| 4213 # vim: set expandtab tabstop=2 shiftwidth=2: | 4215 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |