Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 411283002: Remove disable-embedded-shared-worker flag and shared worker process related codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698