OLD | NEW |
---|---|
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1545 'browser/android/offline_pages/offline_page_bridge.cc', | 1545 'browser/android/offline_pages/offline_page_bridge.cc', |
1546 'browser/android/offline_pages/offline_page_bridge.h', | 1546 'browser/android/offline_pages/offline_page_bridge.h', |
1547 'browser/android/offline_pages/offline_page_mhtml_archiver.cc', | 1547 'browser/android/offline_pages/offline_page_mhtml_archiver.cc', |
1548 'browser/android/offline_pages/offline_page_mhtml_archiver.h', | 1548 'browser/android/offline_pages/offline_page_mhtml_archiver.h', |
1549 'browser/android/offline_pages/offline_page_model_factory.cc', | 1549 'browser/android/offline_pages/offline_page_model_factory.cc', |
1550 'browser/android/offline_pages/offline_page_model_factory.h', | 1550 'browser/android/offline_pages/offline_page_model_factory.h', |
1551 'browser/android/offline_pages/offline_page_tab_helper.cc', | 1551 'browser/android/offline_pages/offline_page_tab_helper.cc', |
1552 'browser/android/offline_pages/offline_page_tab_helper.h', | 1552 'browser/android/offline_pages/offline_page_tab_helper.h', |
1553 'browser/android/offline_pages/offline_page_utils.cc', | 1553 'browser/android/offline_pages/offline_page_utils.cc', |
1554 'browser/android/offline_pages/offline_page_utils.h', | 1554 'browser/android/offline_pages/offline_page_utils.h', |
1555 'browser/android/offline_pages/prerendering_loader.cc', | |
1556 'browser/android/offline_pages/prerendering_loader.h', | |
1557 'browser/android/offline_pages/prerendering_offliner.cc', | |
1558 'browser/android/offline_pages/prerendering_offliner.h', | |
1555 'browser/android/offline_pages/recent_tab_helper.cc', | 1559 'browser/android/offline_pages/recent_tab_helper.cc', |
Pete Williamson
2016/04/27 23:58:28
You also need to modify the associated BUILD.gn fi
dougarnett
2016/04/28 00:18:03
Do we need to add all our files to it then in new
Pete Williamson
2016/04/28 00:28:45
Yes, we may need to add a new target. If we do ad
| |
1556 'browser/android/offline_pages/recent_tab_helper.h', | 1560 'browser/android/offline_pages/recent_tab_helper.h', |
1557 ], | 1561 ], |
1558 'chrome_browser_browser_process_sources': [ | 1562 'chrome_browser_browser_process_sources': [ |
1559 'browser/browser_process.cc', | 1563 'browser/browser_process.cc', |
1560 'browser/browser_process.h', | 1564 'browser/browser_process.h', |
1561 'browser/browser_process_impl.cc', | 1565 'browser/browser_process_impl.cc', |
1562 'browser/browser_process_impl.h', | 1566 'browser/browser_process_impl.h', |
1563 'browser/browser_process_platform_part.h', | 1567 'browser/browser_process_platform_part.h', |
1564 'browser/browser_process_platform_part_android.cc', | 1568 'browser/browser_process_platform_part_android.cc', |
1565 'browser/browser_process_platform_part_android.h', | 1569 'browser/browser_process_platform_part_android.h', |
(...skipping 2664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4230 '../components/components.gyp:rlz', | 4234 '../components/components.gyp:rlz', |
4231 '../components/components.gyp:search_engines', | 4235 '../components/components.gyp:search_engines', |
4232 '../rlz/rlz.gyp:rlz_lib', | 4236 '../rlz/rlz.gyp:rlz_lib', |
4233 'common', | 4237 'common', |
4234 ], | 4238 ], |
4235 }, | 4239 }, |
4236 ], | 4240 ], |
4237 }], | 4241 }], |
4238 ], | 4242 ], |
4239 } | 4243 } |
OLD | NEW |