| 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 1718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1729 'browser/task_manager/tab_contents_information.cc', | 1729 'browser/task_manager/tab_contents_information.cc', |
| 1730 'browser/task_manager/tab_contents_information.h', | 1730 'browser/task_manager/tab_contents_information.h', |
| 1731 'browser/task_manager/task_manager.cc', | 1731 'browser/task_manager/task_manager.cc', |
| 1732 'browser/task_manager/task_manager.h', | 1732 'browser/task_manager/task_manager.h', |
| 1733 'browser/task_manager/task_manager_util.cc', | 1733 'browser/task_manager/task_manager_util.cc', |
| 1734 'browser/task_manager/task_manager_util.h', | 1734 'browser/task_manager/task_manager_util.h', |
| 1735 'browser/task_manager/web_contents_information.cc', | 1735 'browser/task_manager/web_contents_information.cc', |
| 1736 'browser/task_manager/web_contents_information.h', | 1736 'browser/task_manager/web_contents_information.h', |
| 1737 'browser/task_manager/web_contents_resource_provider.cc', | 1737 'browser/task_manager/web_contents_resource_provider.cc', |
| 1738 'browser/task_manager/web_contents_resource_provider.h', | 1738 'browser/task_manager/web_contents_resource_provider.h', |
| 1739 'browser/task_manager/worker_resource_provider.cc', | |
| 1740 'browser/task_manager/worker_resource_provider.h', | |
| 1741 ], | 1739 ], |
| 1742 'chrome_browser_spellchecker_sources': [ | 1740 'chrome_browser_spellchecker_sources': [ |
| 1743 'browser/spellchecker/feedback.cc', | 1741 'browser/spellchecker/feedback.cc', |
| 1744 'browser/spellchecker/feedback.h', | 1742 'browser/spellchecker/feedback.h', |
| 1745 'browser/spellchecker/feedback_sender.cc', | 1743 'browser/spellchecker/feedback_sender.cc', |
| 1746 'browser/spellchecker/feedback_sender.h', | 1744 'browser/spellchecker/feedback_sender.h', |
| 1747 'browser/spellchecker/misspelling.cc', | 1745 'browser/spellchecker/misspelling.cc', |
| 1748 'browser/spellchecker/misspelling.h', | 1746 'browser/spellchecker/misspelling.h', |
| 1749 'browser/spellchecker/spellcheck_action.cc', | 1747 'browser/spellchecker/spellcheck_action.cc', |
| 1750 'browser/spellchecker/spellcheck_action.h', | 1748 'browser/spellchecker/spellcheck_action.h', |
| (...skipping 1867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3618 'package_name': 'org/chromium/chrome/browser', | 3616 'package_name': 'org/chromium/chrome/browser', |
| 3619 'template_deps': ['browser/android/tab_load_status.h'], | 3617 'template_deps': ['browser/android/tab_load_status.h'], |
| 3620 }, | 3618 }, |
| 3621 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3619 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3622 }, | 3620 }, |
| 3623 ], | 3621 ], |
| 3624 }, | 3622 }, |
| 3625 ], | 3623 ], |
| 3626 ], | 3624 ], |
| 3627 } | 3625 } |
| OLD | NEW |