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

Side by Side Diff: extensions/components/README

Issue 606953002: Move components/native_app_window to extensions/components/native_app_window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: respond to comments Created 6 years, 2 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
« no previous file with comments | « extensions/components/DEPS ('k') | extensions/components/extensions_components.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 This directory holds components reused in multiple embedders which themselves
2 have extensions dependencies. Components such as these do not belong in the root
3 src/components, because src/extensions already depends on src/components. A
4 component in src/components can not have an extensions dependency.
5
6 Code in an extensions/component should be placed in a namespace corresponding to
7 the name of the component (ignoring extensions); e.g. for a component living in
8 extensions/components/foo, code in that component should be in the foo::
9 namespace.
10
11 See src/components/README for additional notes.
OLDNEW
« no previous file with comments | « extensions/components/DEPS ('k') | extensions/components/extensions_components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698