Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 44 '../webkit/support/webkit_support.gyp:appcache', | 44 '../webkit/support/webkit_support.gyp:appcache', |
| 45 '../webkit/support/webkit_support.gyp:blob', | 45 '../webkit/support/webkit_support.gyp:blob', |
| 46 '../webkit/support/webkit_support.gyp:database', | 46 '../webkit/support/webkit_support.gyp:database', |
| 47 '../webkit/support/webkit_support.gyp:fileapi', | 47 '../webkit/support/webkit_support.gyp:fileapi', |
| 48 '../webkit/support/webkit_support.gyp:glue', | 48 '../webkit/support/webkit_support.gyp:glue', |
| 49 '../webkit/support/webkit_support.gyp:webkit_resources', | 49 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 50 ], | 50 ], |
| 51 'include_dirs': [ | 51 'include_dirs': [ |
| 52 '..', | 52 '..', |
| 53 '<(INTERMEDIATE_DIR)', | 53 '<(INTERMEDIATE_DIR)', |
| 54 '<(policy_out_dir)', | |
|
bradn
2011/01/20 17:57:02
I don't think you want to litter these all over.
Y
danno
2011/01/24 18:14:23
Done.
| |
| 54 ], | 55 ], |
| 55 'defines': [ | 56 'defines': [ |
| 56 '<@(nacl_defines)', | 57 '<@(nacl_defines)', |
| 57 ], | 58 ], |
| 58 'direct_dependent_settings': { | 59 'direct_dependent_settings': { |
| 59 'defines': [ | 60 'defines': [ |
| 60 '<@(nacl_defines)', | 61 '<@(nacl_defines)', |
| 61 ], | 62 ], |
| 62 }, | 63 }, |
| 63 'sources': [ | 64 'sources': [ |
| (...skipping 4489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4553 ], | 4554 ], |
| 4554 }, | 4555 }, |
| 4555 ], | 4556 ], |
| 4556 } | 4557 } |
| 4557 | 4558 |
| 4558 # Local Variables: | 4559 # Local Variables: |
| 4559 # tab-width:2 | 4560 # tab-width:2 |
| 4560 # indent-tabs-mode:nil | 4561 # indent-tabs-mode:nil |
| 4561 # End: | 4562 # End: |
| 4562 # vim: set expandtab tabstop=2 shiftwidth=2: | 4563 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |