Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 5 'conditions': [ |
| 6 ['OS=="win"', { | 6 ['OS=="win"', { |
| 7 'variables': { | 7 'variables': { |
| 8 'chromium_code': 1, | 8 'chromium_code': 1, |
| 9 }, | 9 }, |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 91 'file_picker.h', | 91 'file_picker.h', |
| 92 'file_picker.cc', | 92 'file_picker.cc', |
| 93 'metro_dialog_box.cc', | 93 'metro_dialog_box.cc', |
| 94 'metro_dialog_box.h', | 94 'metro_dialog_box.h', |
| 95 'print_handler.cc', | 95 'print_handler.cc', |
| 96 'print_handler.h', | 96 'print_handler.h', |
| 97 'print_document_source.cc', | 97 'print_document_source.cc', |
| 98 'print_document_source.h', | 98 'print_document_source.h', |
| 99 'secondary_tile.h', | 99 'secondary_tile.h', |
| 100 'secondary_tile.cc', | 100 'secondary_tile.cc', |
| 101 'secondary_tile_types.h', | |
|
MAD
2012/11/29 15:26:18
I don't see this file in your CL?
tapted
2012/11/30 00:30:31
Drat silly mistake :-/ - the contents will move ba
| |
| 101 'settings_handler.cc', | 102 'settings_handler.cc', |
| 102 'settings_handler.h', | 103 'settings_handler.h', |
| 103 'toast_notification_handler.cc', | 104 'toast_notification_handler.cc', |
| 104 'toast_notification_handler.h', | 105 'toast_notification_handler.h', |
| 105 ], | 106 ], |
| 106 }], | 107 }], |
| 107 ], | 108 ], |
| 108 'copies': [ | 109 'copies': [ |
| 109 { | 110 { |
| 110 'destination': '<(PRODUCT_DIR)', | 111 'destination': '<(PRODUCT_DIR)', |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 130 'run_all_unittests.cc', | 131 'run_all_unittests.cc', |
| 131 'winrt_utils.cc', | 132 'winrt_utils.cc', |
| 132 'winrt_utils.h', | 133 'winrt_utils.h', |
| 133 'winrt_utils_unittest.cc', | 134 'winrt_utils_unittest.cc', |
| 134 ], | 135 ], |
| 135 }, | 136 }, |
| 136 ], | 137 ], |
| 137 },], | 138 },], |
| 138 ], | 139 ], |
| 139 } | 140 } |
| OLD | NEW |