OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
(...skipping 3619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3630 '../testing/gtest.gyp:gtest', | 3630 '../testing/gtest.gyp:gtest', |
3631 '../third_party/icu38/icu38.gyp:icui18n', | 3631 '../third_party/icu38/icu38.gyp:icui18n', |
3632 '../third_party/icu38/icu38.gyp:icuuc', | 3632 '../third_party/icu38/icu38.gyp:icuuc', |
3633 '../third_party/libxml/libxml.gyp:libxml', | 3633 '../third_party/libxml/libxml.gyp:libxml', |
3634 ], | 3634 ], |
3635 'include_dirs': [ | 3635 'include_dirs': [ |
3636 '..', | 3636 '..', |
3637 ], | 3637 ], |
3638 'sources': [ | 3638 'sources': [ |
3639 'app/chrome_main_uitest.cc', | 3639 'app/chrome_main_uitest.cc', |
| 3640 'browser/browser_encoding_uitest.cc', |
3640 'browser/browser_uitest.cc', | 3641 'browser/browser_uitest.cc', |
3641 'browser/download/download_uitest.cc', | 3642 'browser/download/download_uitest.cc', |
3642 'browser/download/save_page_uitest.cc', | 3643 'browser/download/save_page_uitest.cc', |
3643 'browser/errorpage_uitest.cc', | 3644 'browser/errorpage_uitest.cc', |
3644 'browser/extensions/extension_uitest.cc', | 3645 'browser/extensions/extension_uitest.cc', |
3645 'browser/history/redirect_uitest.cc', | 3646 'browser/history/redirect_uitest.cc', |
3646 'browser/iframe_uitest.cc', | 3647 'browser/iframe_uitest.cc', |
3647 'browser/images_uitest.cc', | 3648 'browser/images_uitest.cc', |
3648 'browser/in_process_webkit/dom_storage_uitest.cc', | 3649 'browser/in_process_webkit/dom_storage_uitest.cc', |
3649 'browser/locale_tests_uitest.cc', | 3650 'browser/locale_tests_uitest.cc', |
(...skipping 2054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5704 # Use outputs of this action as inputs for the main target build. | 5705 # Use outputs of this action as inputs for the main target build. |
5705 # Seems as a misnomer but makes this happy on Linux (scons). | 5706 # Seems as a misnomer but makes this happy on Linux (scons). |
5706 'process_outputs_as_sources': 1, | 5707 'process_outputs_as_sources': 1, |
5707 }, | 5708 }, |
5708 ], # 'actions' | 5709 ], # 'actions' |
5709 }, | 5710 }, |
5710 ] | 5711 ] |
5711 }], | 5712 }], |
5712 ], # 'conditions' | 5713 ], # 'conditions' |
5713 } | 5714 } |
OLD | NEW |